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
<?php
namespace calderawp\calderaforms\cf2\Services;
abstract class Service implements ServiceContract
{
final public function getIdentifier()
{
return static::class;
}
}