Skip to content

Commit 34abe6d

Browse files
committed
Added StatusCodeMessage
1 parent f661a73 commit 34abe6d

File tree

3 files changed

+3
-82
lines changed

3 files changed

+3
-82
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
/**
66
* StatusMessage.
77
*
8-
* Represents a alert status (success, danger, warning, info) and a status message.
8+
* Represents a status code ('5001', 'success', 'danger', etc...) and a status message.
99
*/
10-
class AlertMessage
10+
class StatusCodeMessage
1111
{
1212
/**
1313
* @var string
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Can be used in combination with AlertMessage.
99
*/
10-
class AlertMessageStatus
10+
class StatusCodeType
1111
{
1212
// Bootstrap
1313
const PRIMARY = 'primary';

src/Validation/StatusMessage.php

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)