1
0
Fork 0
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:
lukinovec 2023-06-07 09:41:22 +02:00
parent bc28b0c2ed
commit d0d38cef26
2 changed files with 50 additions and 12 deletions

View file

@ -15,6 +15,8 @@ class Post extends Model
protected $guarded = [];
protected $table = 'posts';
public $timestamps = false;
public function comments(): HasMany