File "RunableInterface.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/invoiceshelf/modules/src/Exceptions/RunableInterface.php
File size: 198 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Nwidart\Modules\Contracts;
interface RunableInterface
{
/**
* Run the specified command.
*
* @param string $command
*/
public function run($command);
}