Skip to content

Commit fdb63d0

Browse files
committed
wip
1 parent d8083e6 commit fdb63d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ public static function attach(array $commands): self
5858
*/
5959
public function dispatch(InputInterface $inputInterface): void
6060
{
61-
$this->application->$this->application->run($inputInterface);
61+
$this->application->run($inputInterface);
6262
}
6363
}

0 commit comments

Comments
 (0)