We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdb2fd commit 31ed337Copy full SHA for 31ed337
packages/devlink/src/Console/Commands/LinkCommand.php
@@ -38,7 +38,7 @@ public function __construct()
38
39
public function handle(): void
40
{
41
- $this->art();
+ //$this->art();
42
info('Hello, I will link the configured packages for you.');
43
$this->check();
44
// create a symlink for the DEVLOG.md file
packages/devlink/src/Console/Commands/StatusCommand.php
@@ -36,7 +36,7 @@ public function __construct()
36
37
+ // $this->art();
$this->show();
}
0 commit comments