/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/migrations/src
NameSizeModeActions
Command/-0755rm
Shell/-0755rm
Util/-0755rm
View/-0755rm
AbstractMigration.php14680644editdlrm
AbstractSeed.php37810644editdlrm
CakeAdapter.php25920644editdlrm
CakeManager.php119680644editdlrm
ConfigurationTrait.php68010644editdlrm
Migrations.php139640644editdlrm
MigrationsDispatcher.php16510644editdlrm
Plugin.php24370644editdlrm
Table.php77920644editdlrm
TableFinderTrait.php61620644editdlrm
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/migrations/src/Plugin.php (2437B)
discoverPlugin($this->getName()); return $collection->addMany($commands); } $commands = []; foreach ($this->migrationCommandsList as $class) { $name = $class::defaultName(); // If the short name has been used, use the full name. // This allows app commands to have name preference. // and app commands to overwrite migration commands. if (!$collection->has($name)) { $commands[$name] = $class; } // full name $commands['migrations.' . $name] = $class; } return $collection->addMany($commands); } }