1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:54:03 +00:00

Update model docblocks

This commit is contained in:
lukinovec 2023-05-29 09:55:59 +02:00
parent 0cea45f101
commit 28efc0ca97
3 changed files with 3 additions and 3 deletions

View file

@ -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
{