<?php namespace TCG\Voyager\Events; class FileDeleted { public $path; public function __construct($path) { $this->path = $path; } }