Skip to content

Commit

Permalink
rename helpers namespace to support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 16, 2021
1 parent 24a32b1 commit 2ed7466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
*/
'statuses_to_track' => ['complete', 'error', 'new_warning', 'progressing', 'status_update', 'input_information', 'queue_hop'],

'job_settings' => \Meema\MediaConverter\Helpers\DefaultMediaConvertJobSettings::class,
'job_settings' => \Meema\MediaConverter\Support\DefaultMediaConvertJobSettings::class,
];
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Meema\MediaConverter\Helpers;
namespace Meema\MediaConverter\Support;

class DefaultMediaConvertJobSettings
{
Expand Down

0 comments on commit 2ed7466

Please sign in to comment.