Skip to content

Commit 548c490

Browse files
datamwebkenjis
andauthored
docs: use \ for it is treated as a fully qualified class
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent d98e5f1 commit 548c490

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-
$routes->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)