Skip to content

Commit

Permalink
fix psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbur-yu committed Jan 13, 2021
1 parent fd289e5 commit 309a896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

use Hyperf\Command\Command;
use Psr\Container\ContainerInterface;
use WilburYU\HyperfOpcache\Opcache;
use WilburYu\HyperfOpcache\Opcache;

abstract class AbstractCommand extends Command
{
Expand Down

0 comments on commit 309a896

Please sign in to comment.