Path : /var/www/html/phkaynews-v2/vendor/unisharp/laravel-filemanager/src/Events/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //var/www/html/phkaynews-v2/vendor/unisharp/laravel-filemanager/src/Events/FolderIsDeleting.php |
<?php namespace UniSharp\LaravelFilemanager\Events; class FolderIsDeleting { private $path; public function __construct($path) { $this->path = $path; } /** * @return string */ public function path() { return $this->path; } }