We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec146df commit 4e0a9f4Copy full SHA for 4e0a9f4
system/Config/Routes.php
@@ -19,10 +19,5 @@
19
* already loaded up and ready for us to use.
20
*/
21
22
-// Migrations
23
-$routes->cli('migrations/(:segment)/(:segment)', '\CodeIgniter\Commands\MigrationsCommand::$1/$2');
24
-$routes->cli('migrations/(:segment)', '\CodeIgniter\Commands\MigrationsCommand::$1');
25
-$routes->cli('migrations', '\CodeIgniter\Commands\MigrationsCommand::index');
26
-
27
// CLI Catchall - uses a _remap to call Commands
28
$routes->cli('ci(:any)', '\CodeIgniter\CLI\CommandRunner::index/$1');
0 commit comments