Skip to content

Commit

Permalink
feat Check if you execute the dacapo command outside the local enviro…
Browse files Browse the repository at this point in the history
…nment (#170)
  • Loading branch information
ucan-lab authored Feb 11, 2022
1 parent 82b55c8 commit 92fc674
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Dacapo/Presentation/Console/DacapoInitCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
namespace UcanLab\LaravelDacapo\Dacapo\Presentation\Console;

use Illuminate\Console\Command;
use Illuminate\Console\ConfirmableTrait;
use Illuminate\Filesystem\Filesystem;

/**
* Class DacapoInitCommand
*/
final class DacapoInitCommand extends Command
{
use ConfirmableTrait;

/**
* The name and signature of the console command.
*
Expand Down
3 changes: 3 additions & 0 deletions src/Dacapo/Presentation/Console/DacapoStubPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
namespace UcanLab\LaravelDacapo\Dacapo\Presentation\Console;

use Illuminate\Console\Command;
use Illuminate\Console\ConfirmableTrait;
use Illuminate\Filesystem\Filesystem;

/**
* Class DacapoStubPublishCommand
*/
final class DacapoStubPublishCommand extends Command
{
use ConfirmableTrait;

/**
* The name and signature of the console command.
*
Expand Down
3 changes: 3 additions & 0 deletions src/Dacapo/Presentation/Console/DacapoUninstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
namespace UcanLab\LaravelDacapo\Dacapo\Presentation\Console;

use Illuminate\Console\Command;
use Illuminate\Console\ConfirmableTrait;
use Illuminate\Filesystem\Filesystem;

/**
* Class DacapoUninstallCommand
*/
final class DacapoUninstallCommand extends Command
{
use ConfirmableTrait;

/**
* The name and signature of the console command.
*
Expand Down

0 comments on commit 92fc674

Please sign in to comment.