1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 16:34:04 +00:00

Add docblocks to single-db models, add return types to relationship methods

This commit is contained in:
lukinovec 2023-05-22 15:01:49 +02:00
parent c13fe5183f
commit a46b26800f
3 changed files with 11 additions and 3 deletions

View file

@ -4,6 +4,9 @@ namespace Stancl\Tenancy\Tests\Etc;
use Stancl\Tenancy\Database\Concerns\BelongsToPrimaryModel;
/**
* This model is intended to be used with the single-database tenancy approach.
*/
class ScopedComment extends Comment
{
use BelongsToPrimaryModel;