1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:34:05 +00:00
This commit is contained in:
lukinovec 2023-05-10 12:49:53 +02:00
parent 253061730e
commit 974950c300

View file

@ -235,9 +235,7 @@ class UuidComment extends Model
class UuidScopedComment extends UuidComment
{
use UsesUuidAsPrimaryKey, BelongsToPrimaryModel;
protected $guarded = [];
use BelongsToPrimaryModel;
public function getRelationshipToPrimaryModel(): string
{