mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-21 04:04:07 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace InvoiceShelf\Providers;
|
||||
|
||||
use Gate;
|
||||
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
|
||||
use InvoiceShelf\Policies\CompanyPolicy;
|
||||
use InvoiceShelf\Policies\CustomerPolicy;
|
||||
use InvoiceShelf\Policies\DashboardPolicy;
|
||||
@@ -17,8 +19,6 @@ use InvoiceShelf\Policies\RecurringInvoicePolicy;
|
||||
use InvoiceShelf\Policies\ReportPolicy;
|
||||
use InvoiceShelf\Policies\SettingsPolicy;
|
||||
use InvoiceShelf\Policies\UserPolicy;
|
||||
use Gate;
|
||||
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
|
||||
|
||||
class AuthServiceProvider extends ServiceProvider
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user