Commit 96c43d6d authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #272 from kbanman/clicommandfix

Fix typo in Cli\Command
parents da1e2b6b ac3c7b5c
......@@ -106,7 +106,7 @@ class Command {
{
$prefix = Bundle::class_prefix($bundle);
return '\\'.$prefix.Str::clasify($task).'_Task';
return '\\'.$prefix.Str::classify($task).'_Task';
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment