This commit is contained in:
spencerrlongg 2024-09-25 16:21:33 -05:00
parent d02b9933e5
commit b69596a261

View file

@ -487,7 +487,6 @@ class AssetModelsController extends Controller
if($validator->fails()){
$this->validatorErrors = $validator->errors();
dump($this->validatorErrors);
return false;
}