[9.x] Uses laravel/pint for styling (#5945)

* Uses `laravel/pint` for styling

* Makes `.styleci.yml` ignored on export

* Update composer.json

Co-authored-by: Dries Vints <[email protected]>
This commit is contained in:
Nuno Maduro
2022-07-15 08:38:49 -05:00
committed by GitHub
co-authored by Dries Vints
parent 88419bfc58
commit fa5e54a2ab
6 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -2,8 +2,8 @@
namespace App\Providers;
// use Illuminate\Support\Facades\Gate;
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
use Illuminate\Support\Facades\Gate;
class AuthServiceProvider extends ServiceProvider
{