Skip to content

Commit bf49113

Browse files
Update MigrateMakeCommand.php (#47557)
1 parent 0a9c5df commit bf49113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Console/Migrations/MigrateMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function handle()
103103
* @param string $name
104104
* @param string $table
105105
* @param bool $create
106-
* @return string
106+
* @return void
107107
*/
108108
protected function writeMigration($name, $table, $create)
109109
{

0 commit comments

Comments
 (0)