HOME


Mini Shell 1.0
DIR: /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/caldera-forms/cf2/Services/
Upload File :
Current File : //home/dhnidqcz/pragmaticsng.org/wp-content/plugins/caldera-forms/cf2/Services/Service.php
<?php


namespace calderawp\calderaforms\cf2\Services;


abstract class Service implements ServiceContract
{



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