Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit c9ce146

Browse files
fix typehint
1 parent 9325f16 commit c9ce146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelEfficientUuidServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function register()
3030
});
3131

3232
Blueprint::macro('efficientUuid', function ($column): ColumnDefinition {
33-
/* @var Blueprint $this */
33+
/** @var \Illuminate\Database\Schema\Blueprint $this */
3434
return $this->addColumn('efficientUuid', $column);
3535
});
3636
}

0 commit comments

Comments
 (0)