for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Magister\Services\Support\Surrogates;
/**
* Class Event.
*/
class Event extends Surrogate
{
* Get the registered name of the component.
*
* @return string
protected static function getSurrogateAccessor()
return 'events';
}