Skip to content

Commit 4e0a9f4

Browse files
committed
config: remove out-of-dated migrations routes
1 parent ec146df commit 4e0a9f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

system/Config/Routes.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,5 @@
1919
* already loaded up and ready for us to use.
2020
*/
2121

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-
2722
// CLI Catchall - uses a _remap to call Commands
2823
$routes->cli('ci(:any)', '\CodeIgniter\CLI\CommandRunner::index/$1');

0 commit comments

Comments
 (0)