Skip to content

Commit

Permalink
Update log.php
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbmaulana authored Oct 24, 2023
1 parent 97f0405 commit 515b20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/routes/user/log.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use App\Http\Controllers\LogController;
use App\Http\Controllers\Log\LogController;
use Illuminate\Support\Facades\Route;

Route::prefix(config("adminer.route.user"))->middleware(config("adminer.middleware.user"))->group(function () {
Expand Down

0 comments on commit 515b20e

Please sign in to comment.