Skip to content

Commit

Permalink
Add missing use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota committed May 9, 2019
1 parent 07500cb commit 508a855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Listener/JsonApiListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Cake\ORM\ResultSet;
use Cake\ORM\Table;
use Cake\ORM\TableRegistry;
use Cake\ORM\Query;
use Cake\Utility\Hash;
use Cake\Utility\Inflector;
use CrudJsonApi\Listener\JsonApi\DocumentValidator;
Expand Down

0 comments on commit 508a855

Please sign in to comment.