mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Renamed TypeAttribut to CrudAttribut
This commit is contained in:
@@ -119,9 +119,9 @@ final class TemplatePathInformation implements TemplatePathInformationInterface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see \App\Domain\TemplateManagement\TemplatePathInformationInterface::getType()
|
||||
* @see \App\Domain\TemplateManagement\TemplatePathInformationInterface::getCrud()
|
||||
*/
|
||||
public function getType(): string
|
||||
public function getCrud(): string
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
|
@@ -26,5 +26,5 @@ interface TemplatePathInformationInterface extends ReloadTypeInterface
|
||||
*
|
||||
* @return string Type of the template
|
||||
*/
|
||||
public function getType(): string;
|
||||
public function getCrud(): string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user