Skip to content

Commit ab279a5

Browse files
authored
Import missing ApplicationException class (#332)
When attempting to add database columns when the table does not exist, an ApplicationException is thrown but the class is not imported. This quick fix resolves the issue.
1 parent e6289d6 commit ab279a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/ModelModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php namespace RainLab\Builder\Classes;
22

33
use DirectoryIterator;
4+
use ApplicationException;
45
use SystemException;
56
use Validator;
67
use Lang;

0 commit comments

Comments
 (0)