Moving accounting commands into an Intuit/ namespace, updates to intuit module
This commit is contained in:
@@ -4,11 +4,13 @@ namespace App\Providers;
|
||||
|
||||
use Illuminate\Support\Facades\Gate;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Intuit\Traits\IntuitSocialite;
|
||||
use Leenooks\Traits\SingleOrFail;
|
||||
|
||||
class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
use SingleOrFail;
|
||||
use IntuitSocialite;
|
||||
|
||||
/**
|
||||
* Register any application services.
|
||||
@@ -32,5 +34,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
Gate::define('reseller', function ($user) {
|
||||
return $user->isReseller();
|
||||
});
|
||||
|
||||
$this->bootIntuitSocialite();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user