mirror of
https://github.com/brufdev/many-notes.git
synced 2026-01-08 11:59:56 -06:00
8 lines
90 B
PHP
8 lines
90 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
];
|