mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 05:44:02 +00:00
WIP DatabaseManager
This commit is contained in:
parent
af5b7e8558
commit
9dd90746aa
5 changed files with 61 additions and 17 deletions
|
|
@ -8,7 +8,7 @@ abstract class TenantCannotBeCreatedException extends \Exception
|
|||
{
|
||||
abstract public function reason(): string;
|
||||
|
||||
private $message;
|
||||
protected $message;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue