mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 05:44:04 +00:00
[1.7.0] Add the option to set values & db name during tenant creation (#86)
* Add the option to set values & db name during tenant creation * Apply fixes from StyleCI * Add tests * Apply fixes from StyleCI * Rewrite conditional for clarity
This commit is contained in:
parent
769ec16f89
commit
d7358c588c
5 changed files with 113 additions and 1 deletions
8
src/Exceptions/CannotChangeUuidOrDomainException.php
Normal file
8
src/Exceptions/CannotChangeUuidOrDomainException.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Stancl\Tenancy\Exceptions;
|
||||
|
||||
class CannotChangeUuidOrDomainException extends \Exception
|
||||
{
|
||||
protected $message = 'Uuid and domain cannot be changed.';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue