Skip to content

Commit 9d4dbae

Browse files
committed
fix calling undefined method in NewCommand class
1 parent fada7d3 commit 9d4dbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function onExecute(object $sender, CommandEventArgs $args): void
8686
return;
8787
}
8888

89-
$result = self::createProject($provider->getSourcePath(), $destination);
89+
$result = self::createProject($provider->getPath(), $destination);
9090

9191
if ($result) {
9292
Console::$ForegroundColor = ConsoleColor::Green;

0 commit comments

Comments
 (0)