Accessing migrations on the interface LaravelModulize\Contract...izerRepositoryInterface suggest that you code against a concrete implementation. How about adding an instanceof check?
Loading history...
22
}
23
}
24
25
/**
26
* Retrieve the path where the files to load should be at
27
*
28
* @param string $module
29
* @return string
30
*/
31
public function getFilesPath(string $module): string