| 1 | <?php |
||
| 15 | trait MigrationsLoaderTrait |
||
| 16 | { |
||
| 17 | |||
| 18 | protected $portMigrationsDirectories = [ |
||
| 19 | 'Queue/Data/Migrations', |
||
| 20 | ]; |
||
| 21 | |||
| 22 | public function runMigrationsAutoLoader() |
||
| 27 | |||
| 28 | private function loadMigrationsFromContainers() |
||
| 41 | |||
| 42 | private function loadMigrationsFromPort() |
||
| 49 | |||
| 50 | private function loadMigrations($directory) |
||
| 58 | |||
| 59 | } |
||
| 60 |