mirror of
https://github.com/usetrmnl/larapaper.git
synced 2026-08-13 14:28:54 -07:00
8 lines
161 B
PHP
8 lines
161 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FortifyServiceProvider::class,
|
|
App\Providers\PluginServiceProvider::class,
|
|
];
|