Skip to content

Instantly share code, notes, and snippets.

@abishekrsrikaanth
Last active March 12, 2020 10:30
Show Gist options
  • Save abishekrsrikaanth/6c659d0f3c921bd65f1265b38c2bdc14 to your computer and use it in GitHub Desktop.
Save abishekrsrikaanth/6c659d0f3c921bd65f1265b38c2bdc14 to your computer and use it in GitHub Desktop.
<?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