mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
(Update) Cleanup Model PHPDocs 🚀
This commit is contained in:
@@ -17,12 +17,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class BonTransactions extends Model
|
||||
{
|
||||
/**
|
||||
* The Database Table Used By The Model.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
|
||||
/**
|
||||
* Indicates If The Model Should Be Timestamped.
|
||||
*
|
||||
|
||||
@@ -17,12 +17,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Bot extends Model
|
||||
{
|
||||
/**
|
||||
* The Database Table Used By The Model.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
|
||||
/**
|
||||
* Indicates If The Model Should Be Timestamped.
|
||||
*
|
||||
|
||||
@@ -17,12 +17,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class BotTransaction extends Model
|
||||
{
|
||||
/**
|
||||
* The Database Table Used By The Model.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
|
||||
/**
|
||||
* Indicates If The Model Should Be Timestamped.
|
||||
*
|
||||
|
||||
@@ -17,12 +17,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ChatStatus extends Model
|
||||
{
|
||||
/**
|
||||
* The Database Table Used By The Model.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
|
||||
/**
|
||||
* A Status Has Many Users.
|
||||
*
|
||||
|
||||
@@ -24,12 +24,6 @@ class UserAudible extends Model
|
||||
*/
|
||||
public $timestamps = true;
|
||||
|
||||
/**
|
||||
* The Database Table Used By The Model.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
|
||||
/**
|
||||
* Belongs To A User.
|
||||
*
|
||||
|
||||
@@ -24,12 +24,6 @@ class UserNotification extends Model
|
||||
*/
|
||||
public $timestamps = false;
|
||||
|
||||
/**
|
||||
* The Database Table Used By The Model.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
|
||||
/**
|
||||
* The Attributes That Should Be Cast To Native Values.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user