mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 06:01:35 +01:00
Added methods which are requiered by interface
This commit is contained in:
parent
cadf26b7aa
commit
7f9e4b6bc9
@ -70,4 +70,9 @@ abstract class AbstractSourceFacade implements SourceFacadeInterface
|
||||
protected function lazyLoadSourceFacade(SourceInterface $source)
|
||||
{
|
||||
}
|
||||
|
||||
public function __toString(): string
|
||||
{
|
||||
return $this->source->__toString();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user