?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/caldera-forms/cf2/Services/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/caldera-forms/cf2

?? Viewing: Service.php

<?php


namespace calderawp\calderaforms\cf2\Services;


abstract class Service implements ServiceContract
{



	final public function getIdentifier()
	{
		return static::class;
	}
}


??

??