Skip to content

Commit

Permalink
Fixed namespace (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram authored Apr 8, 2021
1 parent 171fac9 commit e865708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OutputPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

declare(strict_types=1);

namespace Drift\Server;
namespace Drift\Console;

use Symfony\Component\Console\Output\OutputInterface;

Expand Down

0 comments on commit e865708

Please sign in to comment.