🤖 Auto commit for release 'develop' on 2026-01-25

This commit is contained in:
JC5
2026-01-25 10:55:27 +01:00
parent 96aafacf43
commit 34a7fd3ef0
85 changed files with 661 additions and 542 deletions

View File

@@ -47,8 +47,8 @@ class ObjectGroup extends Model
*/
public static function routeBinder(self|string $value): self
{
if($value instanceof self) {
$value = (int)$value->id;
if ($value instanceof self) {
$value = (int) $value->id;
}
if (auth()->check()) {
$objectGroupId = (int) $value;