for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* components
*
* @author Wolfy-J
*/
namespace Spiral\ORM\Schemas;
class NullLocator implements LocatorInterface
{
* {@inheritdoc}
public function locateSchemas(): array
return [];
}
public function locateSources(): array