9 lines
120 B
PHP
Executable File
9 lines
120 B
PHP
Executable File
<?php
|
|
|
|
namespace Facade\IgnitionContracts;
|
|
|
|
interface ProvidesSolution
|
|
{
|
|
public function getSolution(): Solution;
|
|
}
|