mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:14:03 +00:00
Update RLS tests (test both the config and the interface)
This commit is contained in:
parent
bc28b0c2ed
commit
d0d38cef26
2 changed files with 50 additions and 12 deletions
|
|
@ -15,6 +15,8 @@ class Post extends Model
|
|||
|
||||
protected $guarded = [];
|
||||
|
||||
protected $table = 'posts';
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
public function comments(): HasMany
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue