diff --git a/config/config.php b/config/config.php index 32ffd0c..02e6663 100644 --- a/config/config.php +++ b/config/config.php @@ -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' => [], ];