EscolaLMS/Auth

View on GitHub
src/Dtos/Contracts/ModelKeysDtoContract.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace EscolaLms\Auth\Dtos\Contracts;

interface ModelKeysDtoContract {
    public function keyList(): array;
}