@@ -286,6 +286,9 @@ discard block |
||
286 | 286 | } |
287 | 287 | } |
288 | 288 | |
289 | + /** |
|
290 | + * @param string $filename |
|
291 | + */ |
|
289 | 292 | protected function publishMigration($filename) |
290 | 293 | { |
291 | 294 | $extension = '.php'; |
@@ -295,6 +298,9 @@ discard block |
||
295 | 298 | $this->publishes([$stub => $target], 'migrations'); |
296 | 299 | } |
297 | 300 | |
301 | + /** |
|
302 | + * @param string $filename |
|
303 | + */ |
|
298 | 304 | protected function migrationFilepath($filename) |
299 | 305 | { |
300 | 306 | if(function_exists('database_path')) { |