| Current Path : /home/bullgymbny/app2/vendor/spatie/ignition/src/Contracts/ |
| Current File : /home/bullgymbny/app2/vendor/spatie/ignition/src/Contracts/ProvidesSolution.php |
<?php
namespace Spatie\Ignition\Contracts;
interface ProvidesSolution
{
public function getSolution(): Solution;
}