Skip to content

Commit 435fbff

Browse files
committed
void return type added
1 parent 7e60549 commit 435fbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/create_places_table.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ return new class() extends Migration {
1111
*/
1212
public function up(): void
1313
{
14-
Schema::create('places', function (Blueprint $table) {
14+
Schema::create('places', function (Blueprint $table): void {
1515
$table->id();
1616
$table->text('address')->nullable();
1717
$table->string('email')->nullable();

0 commit comments

Comments
 (0)