Update ContactForm.php

This commit is contained in:
MaximAL 2015-06-05 17:41:11 +03:00
parent a52ca24ecd
commit 0915b934ab

View File

@ -57,8 +57,7 @@ class ContactForm extends Model
->send(); ->send();
return true; return true;
} else { }
return false; return false;
} }
} }
}