File "QueueableEntity.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Support/QueueableEntity.php
File size: 210 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FluentForm\Framework\Support;
interface QueueableEntity
{
/**
* Get the queueable identity for the entity.
*
* @return mixed
*/
public function getQueueableId();
}