Commit c18ee491 by Taylor Otwell

Remove unneeded table name.

parent 4cefc88f
......@@ -18,13 +18,6 @@ class User extends Model implements
use Authenticatable, Authorizable, CanResetPassword;
/**
* The database table used by the model.
*
* @var string
*/
protected $table = 'users';
/**
* The attributes that are mass assignable.
*
* @var array
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment