Skip to content

Commit

Permalink
Update AllowedMimeTypes.php
Browse files Browse the repository at this point in the history
- Added Rule use statement
  • Loading branch information
muhammedjailam committed May 10, 2024
1 parent 9bb4fa2 commit 0b4829a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Media/AllowedMimeTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

namespace Javaabu\Helpers\Media;

use Illuminate\Validation\Rule;
use Illuminate\Support\Arr;

abstract class AllowedMimeTypes
Expand Down

0 comments on commit 0b4829a

Please sign in to comment.