Commit c18ee491 authored by Taylor Otwell's avatar Taylor Otwell

Remove unneeded table name.

parent 4cefc88f
......@@ -17,13 +17,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.
*
......
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