Added string version of all events for action tracking
This commit is contained in:
@@ -18,5 +18,13 @@ namespace CachetHQ\Cachet\Bus\Events\Beacon;
|
||||
*/
|
||||
final class BeaconWasSentEvent implements BeaconEventInterface
|
||||
{
|
||||
//
|
||||
/**
|
||||
* Get the event description.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function __toString()
|
||||
{
|
||||
return 'Beacon was sent.';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user