Skip to content

Commit

Permalink
updated naming convention to match with a case change.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveismynamecom committed Apr 12, 2016
1 parent 3a6dd92 commit 78012f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Cli/ControllerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function makeRoutes()
}
}
$file = file_get_contents("app/Routes.php");
$file = str_replace("/** End default routes */", "$methods/** End default routes */", $file);
$file = str_replace("/** End default Routes */", "$methods/** End default Routes */", $file);
file_put_contents("app/Routes.php", $file);
}
}
Expand Down

0 comments on commit 78012f8

Please sign in to comment.