Skip to content

Commit 31ed337

Browse files
committed
deactivate art method
1 parent 6fdb2fd commit 31ed337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devlink/src/Console/Commands/LinkCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct()
3838

3939
public function handle(): void
4040
{
41-
$this->art();
41+
//$this->art();
4242
info('Hello, I will link the configured packages for you.');
4343
$this->check();
4444
// create a symlink for the DEVLOG.md file

packages/devlink/src/Console/Commands/StatusCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct()
3636

3737
public function handle(): void
3838
{
39-
$this->art();
39+
// $this->art();
4040
$this->check();
4141
$this->show();
4242
}

0 commit comments

Comments
 (0)