We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1a9af commit d98e5f1Copy full SHA for d98e5f1
docs/guides/mobile_apps.md
@@ -11,7 +11,7 @@ Start by creating a route that would handle the request from the login screen on
11
```php
12
13
// Routes.php
14
-$route->post('auth/token', 'App\Controllers\Auth\LoginController::mobileLogin');
+$routes->post('auth/token', 'App\Controllers\Auth\LoginController::mobileLogin');
15
16
// LoginController.php
17
namespace App\Controllers\Auth;
0 commit comments