mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:34:03 +00:00
Rolling back & deleting DB events
This commit is contained in:
parent
2839f45196
commit
78c64f0425
4 changed files with 24 additions and 0 deletions
9
src/Events/DeletingDatabase.php
Normal file
9
src/Events/DeletingDatabase.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Events;
|
||||
|
||||
class DeletingDatabase extends Contracts\TenantEvent
|
||||
{
|
||||
}
|
||||
9
src/Events/RollingBackDatabase.php
Normal file
9
src/Events/RollingBackDatabase.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Events;
|
||||
|
||||
class RollingBackDatabase extends Contracts\TenantEvent
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue