#22 - wip
This commit is contained in:
		
							
								
								
									
										20
									
								
								database/factories/VacationFactory.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								database/factories/VacationFactory.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| <?php | ||||
|  | ||||
| namespace Database\Factories; | ||||
|  | ||||
| use Illuminate\Database\Eloquent\Factories\Factory; | ||||
|  | ||||
| class VacationFactory extends Factory | ||||
| { | ||||
|     /** | ||||
|      * Define the model's default state. | ||||
|      * | ||||
|      * @return array | ||||
|      */ | ||||
|     public function definition() | ||||
|     { | ||||
|         return [ | ||||
|             // | ||||
|         ]; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user