mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Entity draft
This commit is contained in:
@@ -6,7 +6,7 @@ namespace App\Entity;
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
class Configuration extends AbstractSource implements ConfigurationInterface
|
||||
class Configuration implements ConfigurationInterface
|
||||
{
|
||||
/**
|
||||
*
|
||||
@@ -25,6 +25,7 @@ class Configuration extends AbstractSource implements ConfigurationInterface
|
||||
* @var PropertyInterface
|
||||
*/
|
||||
protected $administrate;
|
||||
|
||||
public function setAdministrate(Property $administrate): void
|
||||
{}
|
||||
|
||||
|
Reference in New Issue
Block a user