1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 15:34:04 +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 class UuidScopedComment extends UuidComment
{ {
use UsesUuidAsPrimaryKey, BelongsToPrimaryModel; use BelongsToPrimaryModel;
protected $guarded = [];
public function getRelationshipToPrimaryModel(): string public function getRelationshipToPrimaryModel(): string
{ {