added CompanySwitched event
This commit is contained in:
parent
336d7162c1
commit
411de05efd
18
app/Events/CompanySwitched.php
Normal file
18
app/Events/CompanySwitched.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace App\Events;
|
||||
|
||||
class CompanySwitched
|
||||
{
|
||||
public $company;
|
||||
|
||||
/**
|
||||
* Create a new event instance.
|
||||
*
|
||||
* @param $company
|
||||
*/
|
||||
public function __construct($company)
|
||||
{
|
||||
$this->company = $company;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user