From 96a26f5fa2d1dddc0483467a8bf36fe37b6d286b Mon Sep 17 00:00:00 2001 From: mRamadan0101 <38842912+mRamadan0101@users.noreply.github.com> Date: Mon, 11 Apr 2022 00:10:18 +0200 Subject: [PATCH] Update MigrationCreator.php fix style --- src/Scaffold/MigrationCreator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Scaffold/MigrationCreator.php b/src/Scaffold/MigrationCreator.php index c2aed30..063d549 100644 --- a/src/Scaffold/MigrationCreator.php +++ b/src/Scaffold/MigrationCreator.php @@ -28,7 +28,7 @@ public function __construct(Filesystem $files, $customStubPath = null) * * @return string */ - public function create($name, $path, $table = null, $create = true) + public function create($name, $path = null, $table = null, $create = true) { $this->ensureMigrationDoesntAlreadyExist($name);