You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rating::make('Rating', function () {
return $this->ratingAvg();
})->min(0)->max(5)->increment(0.5)->hideFromIndex(),
Work if change public function __construct(string $name, ?string $attribute = null, ?mixed $resolveCallback = null)
to public function __construct(string $name, $attribute = null, ?mixed $resolveCallback = null)
Sorry for my English
The text was updated successfully, but these errors were encountered:
Work if change
public function __construct(string $name, ?string $attribute = null, ?mixed $resolveCallback = null)
to
public function __construct(string $name, $attribute = null, ?mixed $resolveCallback = null)
Sorry for my English
The text was updated successfully, but these errors were encountered: