mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:34:04 +00:00
Clean up
This commit is contained in:
parent
253061730e
commit
974950c300
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue