mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:14:04 +00:00
Update model docblocks
This commit is contained in:
parent
0cea45f101
commit
28efc0ca97
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Model;
|
|||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
|
||||
/**
|
||||
* This model is not intended to be used with the single-database tenancy approach.
|
||||
* This model is used with the multi-database tenancy approach.
|
||||
*/
|
||||
class Comment extends Model
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
|
|||
use Stancl\Tenancy\Database\Concerns\BelongsToTenant;
|
||||
|
||||
/**
|
||||
* This model is intended to be used with the single-database tenancy approach.
|
||||
* This model is used with the single-database tenancy approach.
|
||||
*/
|
||||
class Post extends Model
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace Stancl\Tenancy\Tests\Etc;
|
|||
use Stancl\Tenancy\Database\Concerns\BelongsToPrimaryModel;
|
||||
|
||||
/**
|
||||
* This model is intended to be used with the single-database tenancy approach.
|
||||
* This model is used with the single-database tenancy approach.
|
||||
*/
|
||||
class ScopedComment extends Comment
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue