JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrlaravel['modules']->getModulePath($module).$this->getMigrationGeneratorPath(); $files = $this->laravel['files']->glob($path.'/*_*.php'); foreach ($files as $file) { $this->laravel['files']->requireOnce($file); } } /** * Get migration generator path. * * @return string */ protected function getMigrationGeneratorPath() { return $this->laravel['modules']->config('paths.generator.migration'); } }