Last active
March 12, 2020 10:30
-
-
Save abishekrsrikaanth/6c659d0f3c921bd65f1265b38c2bdc14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Get the displayable label of the resource. | |
* | |
* @return string | |
*/ | |
public static function label() | |
{ | |
return 'Emails Sent'; | |
} | |
/** | |
* Get the displayable singular label of the resource. | |
* | |
* @return string | |
*/ | |
public static function singularLabel() | |
{ | |
return 'Email Sent'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment