Skip to content

Commit d072835

Browse files
committed
docs: change to AlertMessageCell
For consistency.
1 parent 4cde712 commit d072835

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/outgoing/view_cells.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ You can specify a custom view name by setting the ``view`` property in the class
129129

130130
use CodeIgniter\View\Cells\Cell;
131131

132-
class AlertMessage extends Cell
132+
class AlertMessageCell extends Cell
133133
{
134134
public $type;
135135
public $message;
@@ -147,7 +147,7 @@ If you need more control over the rendering of the HTML, you can implement a ``r
147147

148148
use CodeIgniter\View\Cells\Cell;
149149

150-
class AlertMessage extends Cell
150+
class AlertMessageCell extends Cell
151151
{
152152
public $type;
153153
public $message;
@@ -168,7 +168,7 @@ If you need to perform additional logic for one or more properties you can use c
168168

169169
use CodeIgniter\View\Cells\Cell;
170170

171-
class AlertMessage extends Cell
171+
class AlertMessageCell extends Cell
172172
{
173173
protected $type;
174174
protected $message;

0 commit comments

Comments
 (0)