providers.php 89 B

1234567
  1. <?php
  2. use App\Providers\AppServiceProvider;
  3. return [
  4. AppServiceProvider::class,
  5. ];