mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 15:24:03 +00:00
7 lines
96 B
PHP
7 lines
96 B
PHP
<?php
|
|
|
|
namespace Stancl\Tenancy\Events;
|
|
|
|
class DatabaseSeeded extends Contracts\TenantEvent
|
|
{
|
|
}
|