mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Expand code to support laravel passport
This commit is contained in:
@@ -24,6 +24,7 @@ namespace FireflyIII\Providers;
|
||||
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Laravel\Passport\Passport;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
@@ -44,5 +45,6 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
Passport::ignoreMigrations();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user