Skip to content

Commit

Permalink
Added StatusCodeMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Apr 19, 2018
1 parent f661a73 commit 34abe6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/**
* StatusMessage.
*
* Represents a alert status (success, danger, warning, info) and a status message.
* Represents a status code ('5001', 'success', 'danger', etc...) and a status message.
*/
class AlertMessage
class StatusCodeMessage
{
/**
* @var string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Can be used in combination with AlertMessage.
*/
class AlertMessageStatus
class StatusCodeType
{
// Bootstrap
const PRIMARY = 'primary';
Expand Down
79 changes: 0 additions & 79 deletions src/Validation/StatusMessage.php

This file was deleted.

0 comments on commit 34abe6d

Please sign in to comment.