We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9055b61 commit 6e82a9eCopy full SHA for 6e82a9e
1 file changed
src/Database/Concerns/ValidatesDatabaseParameters.php
@@ -12,8 +12,8 @@
12
*
13
* Used where parameters can be provided by users, and where parameter binding cannot be used.
14
15
- * @mixin \Stancl\Tenancy\Database\TenantDatabaseManagers\TenantDatabaseManager
16
- * @mixin \Stancl\Tenancy\Database\TenantDatabaseManagers\SQLiteDatabaseManager
+ * @see \Stancl\Tenancy\Database\TenantDatabaseManagers\TenantDatabaseManager
+ * @see \Stancl\Tenancy\Database\TenantDatabaseManagers\SQLiteDatabaseManager
17
*/
18
trait ValidatesDatabaseParameters
19
{
0 commit comments