Uses unqualified names (#6760)

This commit is contained in:
nuno maduro
2026-03-10 19:58:02 +00:00
committed by GitHub
parent 6b54a4df06
commit f1f2befaa8
5 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
<?php
use App\Providers\AppServiceProvider;
return [
App\Providers\AppServiceProvider::class,
AppServiceProvider::class,
];