Skip to content

Commit 1422a67

Browse files
fix: add use statement to catch TableNotFoundException
1 parent aeadf6a commit 1422a67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

php-classes/Laddr/Project.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
namespace Laddr;
44

55
use DB;
6+
use TableNotFoundException;
67
use HandleBehavior;
7-
use Tag, TagItem;
8+
use Tag;
9+
use TagItem;
810
use Comment;
911
use Emergence\People\Person;
1012
use Emergence\People\IPerson;
1113

12-
1314
class Project extends \VersionedRecord
1415
{
1516
public static $stageDescriptions = [];

0 commit comments

Comments
 (0)