File "UpdatedServiceEvent.php"

Full Path: /home/bettaeza/flyinsyria.com/.well-known/Core/Events/UpdatedServiceEvent.php
File size: 266 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Modules\Core\Events;


use Illuminate\Queue\SerializesModels;

class UpdatedServiceEvent
{
    use SerializesModels;
    public $services;

    public function __construct($services)
    {
        $this->services = $services;
    }
}