@@ -135,7 +135,7 @@ |
||
135 | 135 | return $configuration->getProperty($property)->getValue(); |
136 | 136 | } |
137 | 137 | |
138 | - private static function setInConfiguration(MoufManager $moufManager, string $tdbmInstanceName, string $property, ?string $value) |
|
138 | + private static function setInConfiguration(MoufManager $moufManager, string $tdbmInstanceName, string $property, ? string $value) |
|
139 | 139 | { |
140 | 140 | $configuration = self::getConfigurationDescriptor($moufManager, $tdbmInstanceName); |
141 | 141 | if ($configuration === null) { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Mouf\Controllers\AbstractMoufInstanceController; |
7 | 7 | use TheCodingMachine\TDBM\TDBMService; |
8 | 8 | use TheCodingMachine\TDBM\Utils\PathFinder\PathFinder; |
9 | -use TheCodingMachine\TDBM\Utils\TDBMDaoGenerator; |
|
10 | 9 | use Mouf\Html\HtmlElement\HtmlBlock; |
11 | 10 | use Mouf\MoufManager; |
12 | 11 | use Mouf\InstanceProxy; |