bnomei/kirby3-doctor

View on GitHub
classes/Interfaces/Doctor.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Bnomei\Interfaces;

interface Doctor
{
    public function needsKirbyApp(): bool;
}