teresko/palladium

View on GitHub
src/Palladium/Contract/CanCreateMapper.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Palladium\Contract;

interface CanCreateMapper
{
    public function create(string $className);
}