Пример #1
0
 function saving($model)
 {
     if (\App\Models\Image::validate($model) === false) {
         return false;
     }
 }