Fix broken dev installation.

This commit is contained in:
James Cole 2017-09-01 21:22:55 +02:00
parent 632d95f1fb
commit 5e08461385
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -17,6 +17,7 @@ use Crypt;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Database\Eloquent\SoftDeletes;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Watson\Validating\ValidatingTrait;