Skip to content

Commit

Permalink
Update controllers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Sep 16, 2024
1 parent e9301bc commit 90a375c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ru/docs/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class CustomOrchidController extends Controller
чтобы на него распространялись общие правила, такие как авторизация.

```php
use App\Http\Controllers\CustomOrchidController;
use App\Http\Controllers\OrchidController;

Route::get('custom', [CustomOrchidController::class, 'index']);
Route::get('custom', [OrchidController::class, 'index']);
```

0 comments on commit 90a375c

Please sign in to comment.