Removed unneeded use statement

This commit is contained in:
snipe 2017-01-10 23:21:47 -08:00
parent 34a9564f30
commit b7bbc44052

View file

@ -3,7 +3,6 @@ namespace App\Models;
use App\Presenters\Presentable;
use Illuminate\Auth\Authenticatable;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Auth\Passwords\CanResetPassword;
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
use Illuminate\Contracts\Auth\CanResetPassword as CanResetPasswordContract;