Commit ac3c7b5c by Kelly Banman

Fix typo in Cli\Command

parent c9eb7bdf
...@@ -106,7 +106,7 @@ class Command { ...@@ -106,7 +106,7 @@ class Command {
{ {
$prefix = Bundle::class_prefix($bundle); $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