Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

Commit 64aaf70

Browse files
Remove the zip command import
1 parent a4979bf commit 64aaf70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CloudinaryServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Unicodeveloper\Cloudinary\Commands\DeleteFilesCommand;
1212
use Unicodeveloper\Cloudinary\Commands\FetchFilesCommand;
1313
use Unicodeveloper\Cloudinary\Commands\GenerateArchiveCommand;
14-
use Unicodeveloper\Cloudinary\Commands\GenerateZipCommand;
1514
use Unicodeveloper\Cloudinary\Commands\RenameFilesCommand;
1615
use Unicodeveloper\Cloudinary\Commands\UploadFileCommand;
1716

@@ -140,7 +139,6 @@ protected function bootCommands()
140139
protected function bootPublishing()
141140
{
142141
if ($this->app->runningInConsole()) {
143-
//$config = realpath(__DIR__ . '/../config/cloudinary.php');
144142
$config = dirname(__DIR__) . '/config/cloudinary.php';
145143

146144
$this->publishes(

0 commit comments

Comments
 (0)