Skip to content

Commit f12edc3

Browse files
committed
Adopt Laravel type hints
1 parent ef3149b commit f12edc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2023_01_31_190506_add_allowed_notifications_column_to_users_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
return new class extends Migration
88
{
9-
public function up()
9+
public function up(): void
1010
{
1111
Schema::table('users', function (Blueprint $table) {
1212
$table->json('allowed_notifications')->nullable();

0 commit comments

Comments
 (0)