Skip to content

Commit

Permalink
Rename Commands folder to Console
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed May 28, 2024
1 parent fff9692 commit 5856a7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Inertia\Commands;
namespace Inertia\Console;

use Illuminate\Console\Command;
use Symfony\Component\Console\Attribute\AsCommand;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Inertia\Commands;
namespace Inertia\Console;

use Illuminate\Console\Command;
use Illuminate\Filesystem\Filesystem;
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/UiCommand.php → src/Console/UiCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Inertia\Commands;
namespace Inertia\Console;

use Illuminate\Console\Command;
use InvalidArgumentException;
Expand Down
6 changes: 3 additions & 3 deletions src/EngageServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\ServiceProvider;
use Inertia\Commands\IdeHelperCommand;
use Inertia\Commands\InstallCommand;
use Inertia\Commands\UiCommand;
use Inertia\Console\IdeHelperCommand;
use Inertia\Console\InstallCommand;
use Inertia\Console\UiCommand;
use Inertia\Exceptions\Handler as ExceptionHandler;
use Inertia\Pagination\Paginator;

Expand Down

0 comments on commit 5856a7d

Please sign in to comment.