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:
Laravel Shift
2019-05-09 00:05:18 +00:00
parent 0885bede26
commit de5e3c2eba
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -22,7 +22,6 @@ class Bot extends Model
*
* @var string
*/
protected $table = 'bots';
/**
* Indicates If The Model Should Be Timestamped.