Components\Providers\Dispatcher::getActionSuffix PHP Method

getActionSuffix() public method

Override the default action suffix from 'Action' to ``.
public getActionSuffix ( ) : string
return string
    public function getActionSuffix()
    {
        return '';
    }