1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-06-20 22:54:05 +00:00

Change @mixin annotations to @see

This commit is contained in:
lukinovec 2026-06-08 09:06:10 +02:00
parent 9055b61a04
commit 6e82a9ee55

View file

@ -12,8 +12,8 @@ use InvalidArgumentException;
* *
* Used where parameters can be provided by users, and where parameter binding cannot be used. * Used where parameters can be provided by users, and where parameter binding cannot be used.
* *
* @mixin \Stancl\Tenancy\Database\TenantDatabaseManagers\TenantDatabaseManager * @see \Stancl\Tenancy\Database\TenantDatabaseManagers\TenantDatabaseManager
* @mixin \Stancl\Tenancy\Database\TenantDatabaseManagers\SQLiteDatabaseManager * @see \Stancl\Tenancy\Database\TenantDatabaseManagers\SQLiteDatabaseManager
*/ */
trait ValidatesDatabaseParameters trait ValidatesDatabaseParameters
{ {