Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
trouvaille
/
.well-known
/
Core
/
Events
:
CreateReviewEvent.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Modules\Core\Events; use Illuminate\Queue\SerializesModels; class CreateReviewEvent { use SerializesModels; public $services; public $review; public function __construct($services, $review) { $this->services = $services; $this->review = $review; } }