Skip to content

Commit

Permalink
feat(commands) remove o console namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
irineujunior committed Aug 14, 2024
1 parent 919615f commit f9e220a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Agenciafmd\Ui\Console\Commands;
namespace Agenciafmd\Ui\Commands;

use Illuminate\Console\Command;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Agenciafmd\Ui\Console\Commands;
namespace Agenciafmd\Ui\Commands;

use Illuminate\Console\Command;
use Illuminate\Process\Pipe;
Expand Down
4 changes: 2 additions & 2 deletions src/Providers/CommandServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Agenciafmd\Ui\Providers;

use Agenciafmd\Ui\Console\Commands\UiPublishCommand;
use Agenciafmd\Ui\Console\Commands\UiUpdateCommand;
use Agenciafmd\Ui\Commands\UiPublishCommand;
use Agenciafmd\Ui\Commands\UiUpdateCommand;
use Illuminate\Support\ServiceProvider;

class CommandServiceProvider extends ServiceProvider
Expand Down

0 comments on commit f9e220a

Please sign in to comment.