mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-25 20:49:16 -05:00
Remove unnecessary table name property
By convention, Laravel uses the "snake case", plural name of the class as the table name.
This commit is contained in:
@@ -22,7 +22,6 @@ class Bot extends Model
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $table = 'bots';
|
||||
|
||||
/**
|
||||
* Indicates If The Model Should Be Timestamped.
|
||||
|
||||
Reference in New Issue
Block a user