Skip to content

Commit

Permalink
Merge pull request #126 from volkv/patch-1
Browse files Browse the repository at this point in the history
Namespace PSR-4 fix
  • Loading branch information
Krato authored Mar 11, 2020
2 parents 2138b7a + 3eaa49a commit 832d7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Http/Exceptions/InvalidConfig.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Infinety\Filemanager\Exceptions;
namespace Infinety\Filemanager\Http\Exceptions;

use Exception;

Expand Down
2 changes: 1 addition & 1 deletion src/Http/Services/FileManagerService.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Infinety\Filemanager\Events\FileUploaded;
use Infinety\Filemanager\Events\FolderRemoved;
use Infinety\Filemanager\Events\FolderUploaded;
use Infinety\Filemanager\Exceptions\InvalidConfig;
use Infinety\Filemanager\Exceptions\Http\InvalidConfig;
use InvalidArgumentException;

class FileManagerService
Expand Down

0 comments on commit 832d7bc

Please sign in to comment.