mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
New and old code.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php namespace App\Providers;
|
||||
<?php namespace FireflyIII\Providers;
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
@@ -27,7 +27,7 @@ class AppServiceProvider extends ServiceProvider {
|
||||
{
|
||||
$this->app->bind(
|
||||
'Illuminate\Contracts\Auth\Registrar',
|
||||
'App\Services\Registrar'
|
||||
'FireflyIII\Services\Registrar'
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user