Skip to content

Commit

Permalink
Fixed DatabaseException class not found issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjoydesk committed Jun 3, 2017
1 parent 72d3df2 commit e89718f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cygnite/Database/Cyrus/ActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use Cygnite\Database\Query\Builder as QueryBuilder;
use Cygnite\Foundation\Collection;
use Cygnite\Helpers\Inflector;
use Cygnite\Database\Exceptions\DatabaseException;

abstract class ActiveRecord implements ActiveRecordInterface
{
Expand Down

0 comments on commit e89718f

Please sign in to comment.