8 lines
118 B
PHP
8 lines
118 B
PHP
<?php
|
|
|
|
namespace Spatie\Ignition\Contracts;
|
|
|
|
interface Solution extends \Spatie\ErrorSolutions\Contracts\Solution
|
|
{
|
|
}
|