From d779e2ee8b49729eade2132ec2897699ebbcccf5 Mon Sep 17 00:00:00 2001 From: Bayu Hendra Winata Date: Wed, 17 Jul 2019 06:50:00 +0700 Subject: [PATCH] Skip error on link-assets command --- src/AssetLinkCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AssetLinkCommand.php b/src/AssetLinkCommand.php index 348facd..a56ebb2 100644 --- a/src/AssetLinkCommand.php +++ b/src/AssetLinkCommand.php @@ -28,7 +28,7 @@ class AssetLinkCommand extends Command public function handle() { if (file_exists(public_path('laravolt'))) { - return $this->error('The "public/laravolt" directory already exists.'); + return $this->info('The "public/laravolt" directory already exists.'); } $this->laravel->make('files')->link(