Skip to content

Commit 6e82a9e

Browse files
committed
Change @mixin annotations to @see
1 parent 9055b61 commit 6e82a9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Database/Concerns/ValidatesDatabaseParameters.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
*
1313
* Used where parameters can be provided by users, and where parameter binding cannot be used.
1414
*
15-
* @mixin \Stancl\Tenancy\Database\TenantDatabaseManagers\TenantDatabaseManager
16-
* @mixin \Stancl\Tenancy\Database\TenantDatabaseManagers\SQLiteDatabaseManager
15+
* @see \Stancl\Tenancy\Database\TenantDatabaseManagers\TenantDatabaseManager
16+
* @see \Stancl\Tenancy\Database\TenantDatabaseManagers\SQLiteDatabaseManager
1717
*/
1818
trait ValidatesDatabaseParameters
1919
{

0 commit comments

Comments
 (0)