mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Code optimisations.
This commit is contained in:
@@ -44,7 +44,7 @@ class AuthServiceProvider extends ServiceProvider
|
||||
/**
|
||||
* Register any authentication / authorization services.
|
||||
*/
|
||||
public function boot()
|
||||
public function boot(): void
|
||||
{
|
||||
$this->registerPolicies();
|
||||
Passport::routes();
|
||||
|
Reference in New Issue
Block a user