Skip to content

Commit

Permalink
Merge pull request #14 from spotlibs/feature/exploration
Browse files Browse the repository at this point in the history
change command namespace
  • Loading branch information
m45adiwinata committed Sep 12, 2024
2 parents 6a505e6 + e37cef0 commit 8504674
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Commands/CollectionMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

declare(strict_types=1);

namespace App\Console\Commands;
namespace Spotlibs\PhpLib\Commands;

use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ControllerSwaggerMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

declare(strict_types=1);

namespace App\Console\Commands;
namespace Spotlibs\PhpLib\Commands;

use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/DtoMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

declare(strict_types=1);

namespace App\Console\Commands;
namespace Spotlibs\PhpLib\Commands;

use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ModelMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

declare(strict_types=1);

namespace App\Console\Commands;
namespace Spotlibs\PhpLib\Commands;

use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/RepositoryMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

declare(strict_types=1);

namespace App\Console\Commands;
namespace Spotlibs\PhpLib\Commands;

use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ResponseDtoMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

declare(strict_types=1);

namespace App\Console\Commands;
namespace Spotlibs\PhpLib\Commands;

use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/TestMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

declare(strict_types=1);

namespace App\Console\Commands;
namespace Spotlibs\PhpLib\Commands;

use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/UsecaseMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

declare(strict_types=1);

namespace App\Console\Commands;
namespace Spotlibs\PhpLib\Commands;

use Illuminate\Console\GeneratorCommand;
use Symfony\Component\Console\Input\InputOption;
Expand Down

0 comments on commit 8504674

Please sign in to comment.