1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 02:24:03 +00:00

Add more events

This commit is contained in:
Samuel Štancl 2020-05-17 17:42:09 +02:00
parent ed96aee669
commit b87c0bc9d2
22 changed files with 165 additions and 52 deletions

View file

@ -2,15 +2,6 @@
namespace Stancl\Tenancy\Events;
use Stancl\Tenancy\Tenancy;
class TenancyInitialized
class TenancyInitialized extends Contracts\TenancyEvent
{
/** @var Tenancy */
public $tenancy;
public function __construct(Tenancy $tenancy)
{
$this->tenancy = $tenancy;
}
}