(Update) Cleanup Model PHPDocs 🚀

This commit is contained in:
HDVinnie
2019-05-15 23:14:15 -04:00
parent ad2e4c0a11
commit 3f854ca453
6 changed files with 0 additions and 36 deletions
-6
View File
@@ -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.
*
-6
View File
@@ -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.
*
-6
View File
@@ -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.
*
-6
View File
@@ -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.
*
-6
View File
@@ -24,12 +24,6 @@ class UserAudible extends Model
*/
public $timestamps = true;
/**
* The Database Table Used By The Model.
*
* @var string
*/
/**
* Belongs To A User.
*
-6
View File
@@ -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.
*