Skip to content

Commit

Permalink
[media] use default model class
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky committed Dec 6, 2023
1 parent 85b22ec commit dd9133f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
9 changes: 0 additions & 9 deletions app/SpatieMedia.php

This file was deleted.

5 changes: 0 additions & 5 deletions config/media-library.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
<?php

use App\SpatieMedia;

return [

/*
* The disk on which to store added files and derived images by default. Choose
* one or more of the disks you've configured in config/filesystems.php.
*/
'disk_name' => env('MEDIA_DISK', 'media'),

'media_model' => SpatieMedia::class
];

0 comments on commit dd9133f

Please sign in to comment.