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

Commit 3bc56ba

Browse files
return add column, so methods can be chained on it
1 parent 245a8ff commit 3bc56ba

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
@@ -31,7 +31,7 @@ public function register()
3131
});
3232

3333
Blueprint::macro('efficientUuid', function ($column) {
34-
$this->addColumn('efficientUuid', $column);
34+
return $this->addColumn('efficientUuid', $column);
3535
});
3636
}
3737
}

0 commit comments

Comments
 (0)