Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aerni/statamic-zipper
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Oct 16, 2020
2 parents 4c5db68 + e5c00eb commit eb6c32a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Zipper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Aerni\Zipper;

use ZipArchive;
use Statamic\Assets\Asset;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Storage;
use Statamic\Assets\Asset;
use ZipArchive;

class Zipper
{
Expand Down
1 change: 0 additions & 1 deletion src/ZipperTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Aerni\Zipper;

use Aerni\Zipper\Zipper;
use Statamic\Tags\Tags;

class ZipperTags extends Tags
Expand Down
1 change: 0 additions & 1 deletion tests/ZipperTagsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Aerni\Zipper\Tests;

use Aerni\Zipper\ZipperTags;
use Aerni\Zipper\Tests\TestCase;

class ZipperTagsTest extends TestCase
{
Expand Down

0 comments on commit eb6c32a

Please sign in to comment.