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 6c26eda commit 8e1f8c2Copy full SHA for 8e1f8c2
src/app/Console/Commands/PublishAssets.php
@@ -42,7 +42,7 @@ private function runConsoleCommand($command)
42
{
43
$process = new Process($command, null, null, null, 60, null);
44
$process->run(function ($type, $buffer) {
45
- $this->line($buffer);
+ $this->line($buffer);
46
});
47
48
// executes after the command finishes
0 commit comments