Skip to content

Commit

Permalink
Support --isolatable flag on migration command (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex0r authored Nov 13, 2024
1 parent a16458f commit 64a268b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/system/console/WinterUp.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php namespace System\Console;

use Illuminate\Console\Command;
use Illuminate\Contracts\Console\Isolatable;
use System\Classes\UpdateManager;

/**
Expand All @@ -11,7 +12,7 @@
* @package winter\wn-system-module
* @author Alexey Bobkov, Samuel Georges
*/
class WinterUp extends Command
class WinterUp extends Command implements Isolatable
{
/**
* The name and signature of the console command.
Expand Down

0 comments on commit 64a268b

Please sign in to comment.