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.
2 parents 3cf4f0b + 548c490 commit 321a5caCopy full SHA for 321a5ca
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