1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-02-15 05:58:46 -05:00
hypothetical/bootstrap/providers.php
2024-03-19 17:11:58 -04:00

7 lines
172 B
PHP

<?php
return [
App\Providers\AppServiceProvider::class,
Spatie\Newsletter\NewsletterServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,
];