Add missing ApplicationException dependency
The relation backend formwidget throws an `ApplicationException` when a relation isn't defined, but the exception is missing its `use` statement. This PR adds it in. See error below: 
This commit is contained in:
parent
31f598237a
commit
d18a0a6453
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
use Lang;
|
||||
use Backend\Classes\FormWidgetBase;
|
||||
use ApplicationException;
|
||||
use SystemException;
|
||||
use Illuminate\Database\Eloquent\Relations\Relation as RelationBase;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue