7 lines
112 B
PHP
7 lines
112 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
Mews\Captcha\CaptchaServiceProvider::class,
|
|
];
|