| 123456789101112131415161718 | 
							- <?php
 
- namespace App\Shop\Brands\Requests;
 
- use App\Shop\Base\BaseFormRequest;
 
- class UpdateBrandRequest extends BaseFormRequest
 
- {
 
-     /**
 
-      * Get the validation rules that apply to the request.
 
-      *
 
-      * @return array
 
-      */
 
-     public function rules()
 
-     {
 
-         return [];
 
-     }
 
- }
 
 
  |