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:
parent
c13fe5183f
commit
a46b26800f
3 changed files with 11 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue