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:
parent
9055b61a04
commit
6e82a9ee55
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue