validation-bugsnag-email
This commit is contained in:
@@ -24,7 +24,7 @@ return [
|
||||
| reporting about the errors we at faveo will start solving the issues already.
|
||||
| The errors mails will never share your files or data. it will only share
|
||||
| the line number and error occured.
|
||||
| To dissable you may just change '%1%' to 0.
|
||||
| To dissable you may just change '%0%' to 0.
|
||||
*/
|
||||
'ErrorLog' => '1',
|
||||
/*
|
||||
@@ -183,7 +183,8 @@ return [
|
||||
\App\Api\ApiServiceProvider::class,
|
||||
Barryvdh\Debugbar\ServiceProvider::class,
|
||||
\Chumper\Datatable\DatatableServiceProvider::class,
|
||||
\Yajra\DataTables\DataTablesServiceProvider::class
|
||||
\Yajra\DataTables\DataTablesServiceProvider::class,
|
||||
\Bugsnag\BugsnagLaravel\BugsnagServiceProvider::class
|
||||
],
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user