update 1.0.8.0
Commits for version update
This commit is contained in:
		
							
								
								
									
										28
									
								
								vendor/unisharp/laravel-filemanager/src/Events/FolderWasRenamed.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								vendor/unisharp/laravel-filemanager/src/Events/FolderWasRenamed.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| <?php | ||||
|  | ||||
| namespace Unisharp\Laravelfilemanager\Events; | ||||
|  | ||||
| class FolderWasRenamed | ||||
| { | ||||
|     private $path; | ||||
|  | ||||
|     public function __construct($old_path, $new_path) | ||||
|     { | ||||
|         $this->old_path = $old_path; | ||||
|         $this->new_path = $new_path; | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @return string | ||||
|      */ | ||||
|     public function old_path() | ||||
|     { | ||||
|         return $this->old_path; | ||||
|     } | ||||
|  | ||||
|     public function new_path() | ||||
|     { | ||||
|         return $this->new_path; | ||||
|     } | ||||
|  | ||||
| } | ||||
							
								
								
									
										22
									
								
								vendor/unisharp/laravel-filemanager/src/Events/ImageWasDeleted.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								vendor/unisharp/laravel-filemanager/src/Events/ImageWasDeleted.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| <?php | ||||
|  | ||||
| namespace Unisharp\Laravelfilemanager\Events; | ||||
|  | ||||
| class ImageWasDeleted | ||||
| { | ||||
|     private $path; | ||||
|  | ||||
|     public function __construct($path) | ||||
|     { | ||||
|         $this->path = $path; | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @return string | ||||
|      */ | ||||
|     public function path() | ||||
|     { | ||||
|         return $this->path; | ||||
|     } | ||||
|  | ||||
| } | ||||
							
								
								
									
										28
									
								
								vendor/unisharp/laravel-filemanager/src/Events/ImageWasRenamed.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								vendor/unisharp/laravel-filemanager/src/Events/ImageWasRenamed.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| <?php | ||||
|  | ||||
| namespace Unisharp\Laravelfilemanager\Events; | ||||
|  | ||||
| class ImageWasRenamed | ||||
| { | ||||
|     private $path; | ||||
|  | ||||
|     public function __construct($old_path, $new_path) | ||||
|     { | ||||
|         $this->old_path = $old_path; | ||||
|         $this->new_path = $new_path; | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @return string | ||||
|      */ | ||||
|     public function old_path() | ||||
|     { | ||||
|         return $this->old_path; | ||||
|     } | ||||
|  | ||||
|     public function new_path() | ||||
|     { | ||||
|         return $this->new_path; | ||||
|     } | ||||
|  | ||||
| } | ||||
							
								
								
									
										22
									
								
								vendor/unisharp/laravel-filemanager/src/Events/ImageWasUploaded.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								vendor/unisharp/laravel-filemanager/src/Events/ImageWasUploaded.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| <?php | ||||
|  | ||||
| namespace Unisharp\Laravelfilemanager\Events; | ||||
|  | ||||
| class ImageWasUploaded | ||||
| { | ||||
|     private $path; | ||||
|  | ||||
|     public function __construct($path) | ||||
|     { | ||||
|         $this->path = $path; | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @return string | ||||
|      */ | ||||
|     public function path() | ||||
|     { | ||||
|         return $this->path; | ||||
|     } | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Manish Verma
					Manish Verma