fixed fullMessages
This commit is contained in:
parent
ffe6a41300
commit
fcb105ed05
@ -2,7 +2,7 @@
|
||||
<div id="error_explanation">
|
||||
There were problems with the following fields:
|
||||
<ul>
|
||||
<?php foreach ($this->object->errors()->full_messages() as $msg) : ?>
|
||||
<?php foreach ($this->object->errors()->fullMessages() as $msg) : ?>
|
||||
<li><?= $msg ?></li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user