mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-21 04:04:03 +00:00
Rename ValidatesSqlParameters to ValidatesDatabaseParameters
This commit is contained in:
parent
4a3e6bae00
commit
740d53e9cc
3 changed files with 5 additions and 7 deletions
|
|
@ -6,9 +6,7 @@ namespace Stancl\Tenancy\Database\Concerns;
|
|||
|
||||
use InvalidArgumentException;
|
||||
|
||||
// todo@validation this trait's name might be a bit misleading
|
||||
// it suggests validating parameters for SQL statements, but it is also used in SQLiteDatabaseManager to validate the database file name
|
||||
trait ValidatesSqlParameters
|
||||
trait ValidatesDatabaseParameters
|
||||
{
|
||||
/**
|
||||
* Characters allowed in the parameters.
|
||||
Loading…
Add table
Add a link
Reference in a new issue