8 lines
142 B
PHP
8 lines
142 B
PHP
<?php
|
|
|
|
namespace Spatie\Ignition\Contracts;
|
|
|
|
class BaseSolution extends \Spatie\ErrorSolutions\Contracts\BaseSolution implements Solution
|
|
{
|
|
}
|