mirror of
https://github.com/notf0und/SGS
synced 2026-07-17 18:21:06 +00:00
bae79d68ab
* Add Pint * Format code
8 lines
89 B
PHP
8 lines
89 B
PHP
<?php
|
|
|
|
use App\Providers\AppServiceProvider;
|
|
|
|
return [
|
|
AppServiceProvider::class,
|
|
];
|