Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hanqiang committed Jun 2, 2018
1 parent 38560a8 commit 7bede5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can configure your composer.json to do this after each commit:
to override this you may add a adminer route to your App routes.php

```php
Route::any('adminer', '\Simple\Adminer\AdminerController@index')->middleware('adminer_custom_middleware'); // where you defined your middleware in app/Http/Kernel.php
Route::any('adminer', '\Simple\Adminer\Controllers\AdminerController@index')->middleware('adminer_custom_middleware'); // where you defined your middleware in app/Http/Kernel.php
```

#### Add middleware group example
Expand Down

0 comments on commit 7bede5f

Please sign in to comment.