Skip to content

Commit 04e89b0

Browse files
committed
Added dbAuth middleware
1 parent 980e577 commit 04e89b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tqdev/PhpCrudApi/Middleware/DbAuthMiddleware.php

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use Tqdev\PhpCrudApi\Middleware\Router\Router;
1212
use Tqdev\PhpCrudApi\Record\Condition\ColumnCondition;
1313
use Tqdev\PhpCrudApi\Record\ErrorCode;
14+
use Tqdev\PhpCrudApi\Record\OrderingInfo;
1415
use Tqdev\PhpCrudApi\RequestUtils;
1516

1617
class DbAuthMiddleware extends Middleware

0 commit comments

Comments
 (0)