Skip to content

Commit

Permalink
Fixed typos in the namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Mar 23, 2017
1 parent fcd1f6b commit 3108715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BenGorFile/FileBundle/Controller/UploadAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace BenGorFile\FileBundle\Controller;

use BenGorFile\File\Application\Command\Upload\UploadFileCommand;
use BenGorFile\File\Infrastructure\CommandBus\FileCommandBus;
use BenGorFile\File\Infrastructure\Application\FileCommandBus;
use Symfony\Component\HttpFoundation\Request;

/**
Expand Down

0 comments on commit 3108715

Please sign in to comment.