|
@@ -11,6 +11,12 @@ class Upgrade extends Command
|
|
|
|
|
|
protected $description = '';
|
|
|
|
|
|
+ public function newLine($count = 1)
|
|
|
+ {
|
|
|
+ // TODO Remove when Laravel 6 is no longer supported
|
|
|
+ $this->getOutput()->write(str_repeat("\n", $count));
|
|
|
+ }
|
|
|
+
|
|
|
public function handle(): void
|
|
|
{
|
|
|
$oldConfig = config('scribe');
|