mirror of
https://github.com/notf0und/SGS
synced 2026-07-18 02:31:08 +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,
|
|
];
|