Skip to content

Commit acf3063

Browse files
committed
Merge branch '9.x' of github.com:BinarCode/laravel-restify into 9.x
2 parents a226a7b + db47f84 commit acf3063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fields/Field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public function fillCallback(callable|Closure $callback)
218218
*/
219219
public function defaultCallback(mixed $callback)
220220
{
221-
$this->defaultCallback = $callback;
221+
$this->fillDefaultCallback = $callback;
222222

223223
return $this;
224224
}

0 commit comments

Comments
 (0)