Skip to content

Commit

Permalink
Move command trait to appropriate namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 30, 2022
1 parent abca89b commit 81b380d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/HydePublishHomepageCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Hyde\Framework\Commands;

use Hyde\Framework\Actions\PublishesHomepageView;
use Hyde\Framework\Concerns\AsksToRebuildSite;
use Hyde\Framework\Concerns\Commands\AsksToRebuildSite;
use Hyde\Framework\Hyde;
use Hyde\Framework\Services\FileCacheService;
use LaravelZero\Framework\Commands\Command;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Hyde\Framework\Concerns;
namespace Hyde\Framework\Concerns\Commands;

use Illuminate\Support\Facades\Artisan;

Expand Down

0 comments on commit 81b380d

Please sign in to comment.