12 lines
290 B
PHP
12 lines
290 B
PHP
<?php
|
|
|
|
namespace Spatie\LaravelIgnition\Solutions;
|
|
|
|
use Spatie\ErrorSolutions\Solutions\Laravel\GenerateAppKeySolution as BaseGenerateAppKeySolutionAlias;
|
|
use Spatie\Ignition\Contracts\Solution;
|
|
|
|
class GenerateAppKeySolution extends BaseGenerateAppKeySolutionAlias implements Solution
|
|
{
|
|
|
|
}
|