improved tenant identification
This commit is contained in:
20
app/Events/Common/CompanyForgettingCurrent.php
Normal file
20
app/Events/Common/CompanyForgettingCurrent.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace App\Events\Common;
|
||||
|
||||
use App\Abstracts\Event;
|
||||
|
||||
class CompanyForgettingCurrent extends Event
|
||||
{
|
||||
public $company;
|
||||
|
||||
/**
|
||||
* Create a new event instance.
|
||||
*
|
||||
* @param $company
|
||||
*/
|
||||
public function __construct($company)
|
||||
{
|
||||
$this->company = $company;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user