Skip to content

Commit

Permalink
fix src
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Sep 12, 2024
1 parent ce01700 commit f82cdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
use Illuminate\Support\Facades\Route;
use NexaMerchant\GoogleAdsense\Http\Controllers\Admin\ExampleController;
use NexaMerchant\GoogleAdsense\Http\Controllers\Admin\GoogleAdsenseController;
use NexaMerchant\GoogleAdsense\Http\Controllers\Api\GoogleAdsenseController;

Route::group(['middleware' => ['admin','admin_option_log'], 'prefix' => config('app.admin_url')], function () {
Route::prefix('googleadsense')->group(function () {
Expand Down

0 comments on commit f82cdd0

Please sign in to comment.