diff --git a/framework/core/src/Core/Model.php b/framework/core/src/Core/Model.php index f52b21a04..ee461350a 100755 --- a/framework/core/src/Core/Model.php +++ b/framework/core/src/Core/Model.php @@ -3,7 +3,6 @@ use Illuminate\Contracts\Validation\Factory; use Illuminate\Database\Eloquent\Model as Eloquent; use Illuminate\Database\Eloquent\Relations\Relation; -use Flarum\Core\Exceptions\ValidationFailureException; use LogicException; /**