Skip to content

Commit

Permalink
FIx config array
Browse files Browse the repository at this point in the history
  • Loading branch information
Krato committed Jul 24, 2019
1 parent dc8419b commit ed68dfd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@
|--------------------------------------------------------------------------
| You can set post upload jobs for each file uploaded. You should use one
| of the keys used in filters in lowercase. If you have a key called Documents,
| use 'documents' as your default filter. Default to false
| use 'documents' as your default filter.
*/
'jobs' => [
'images' => null, //App\Jobs\YourOwnJob::class,
],
'jobs' => [],
];

0 comments on commit ed68dfd

Please sign in to comment.