Skip to content

Commit 321a5ca

Browse files
authored
Merge pull request #436 from davidnsai/patch-1
2 parents 3cf4f0b + 548c490 commit 321a5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/mobile_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Start by creating a route that would handle the request from the login screen on
1111
```php
1212

1313
// Routes.php
14-
$route->post('auth/token', 'App\Controllers\Auth\LoginController::mobileLogin');
14+
$routes->post('auth/token', '\App\Controllers\Auth\LoginController::mobileLogin');
1515

1616
// LoginController.php
1717
namespace App\Controllers\Auth;

0 commit comments

Comments
 (0)