Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
add SystemSqlLog route
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviMenezes committed Apr 10, 2018
1 parent e7d3d1e commit 6ba0f7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
use Adianti\Base\Modules\Log\Control\SystemChangeLogView;
use Adianti\Base\Modules\Log\Control\SystemSqlLogList;
use Adianti\Base\Modules\Log\Model\SystemAccessLog;
use Adianti\Base\Modules\Log\Model\SystemSqlLog;
use App\Config\MyRoutes;
use Exception;

Expand Down Expand Up @@ -158,6 +159,7 @@ public static function getRoutes()
$routes['SystemChangeLogView'] = SystemChangeLogView::class;
$routes['SystemSqlLogList'] = SystemSqlLogList::class;

$routes['SystemSqlLog'] = SystemSqlLog::class;
$routes['SystemAccessLog'] = SystemAccessLog::class;
$routes['SystemDocumentUploaderService'] = SystemDocumentUploaderService::class;
$routes['AdiantiUploaderService'] = AdiantiUploaderService::class;
Expand Down

0 comments on commit 6ba0f7b

Please sign in to comment.