File "Solution.php"
Full Path: /home/isoftco/public_html/hrm/vendor/facade/ignition-contracts/src/Solution.php
File size: 223 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\IgnitionContracts;
interface Solution
{
public function getSolutionTitle(): string;
public function getSolutionDescription(): string;
public function getDocumentationLinks(): array;
}