Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-09-05 09:16:52 +00:00
committed by StyleCI Bot
parent e2b016a2c1
commit 8a9ec166d3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,9 +2,9 @@
namespace App\Console\Commands;
use Blacklight\Tmux;
use App\Models\Settings;
use Blacklight\ColorCLI;
use Blacklight\Tmux;
use Illuminate\Console\Command;
class TmuxUIStart extends Command
+1 -1
View File
@@ -2,8 +2,8 @@
namespace App\Console\Commands;
use App\Models\Settings;
use Blacklight\Tmux;
use App\Models\Settings;
use Illuminate\Console\Command;
use Symfony\Component\Process\Process;