Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck authored and github-actions[bot] committed Nov 8, 2024
1 parent 68d74ba commit c0c22fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Support/FileRemover/DefaultFileRemover.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Spatie\MediaLibrary\MediaCollections\Models\Media;
use Spatie\MediaLibrary\Support\FileNamer\FileNamer;
use Spatie\MediaLibrary\Support\PathGenerator\PathGeneratorFactory;
use Spatie\MediaLibrary\Support\UrlGenerator\UrlGeneratorFactory;

class DefaultFileRemover implements FileRemover
{
Expand Down
1 change: 0 additions & 1 deletion tests/Feature/Media/DeleteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
expect(File::exists($this->getMediaDirectory($media->getKey()).'/responsive-images'))->toBeTrue();
expect(File::exists($this->getMediaDirectory($media->getKey())))->toBeTrue();


$media->delete();

expect(File::exists($media->getPath()))->toBeFalse();
Expand Down

0 comments on commit c0c22fd

Please sign in to comment.