Пример #1
0
 /**
  * Execute all not applied module migrations
  */
 public function migrate()
 {
     $migrationPath = $this->basePath . '/migrations';
     if (is_dir($migrationPath)) {
         \humhub\commands\MigrateController::webMigrateUp($migrationPath);
     }
 }