Skip to content

Commit 8e1f8c2

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 6c26eda commit 8e1f8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Console/Commands/PublishAssets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private function runConsoleCommand($command)
4242
{
4343
$process = new Process($command, null, null, null, 60, null);
4444
$process->run(function ($type, $buffer) {
45-
$this->line($buffer);
45+
$this->line($buffer);
4646
});
4747

4848
// executes after the command finishes

0 commit comments

Comments
 (0)