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