Ejemplo n.º 1
0
 function saving($model)
 {
     if (\App\Models\Website::validate($model) === false) {
         return false;
     }
 }