mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Modif subdef
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
*/
|
||||
namespace Alchemy\Phrasea\Controller\Prod;
|
||||
|
||||
|
||||
use Alchemy\Phrasea\Controller\Controller;
|
||||
use PHPExiftool\Driver\Metadata\Metadata;
|
||||
use PHPExiftool\Driver\Metadata\MetadataBag;
|
||||
@@ -51,6 +50,7 @@ class SubdefsController extends Controller
|
||||
'metadatas' => $metadataBag,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Reader
|
||||
*/
|
||||
@@ -58,4 +58,4 @@ class SubdefsController extends Controller
|
||||
{
|
||||
return $this->app['exiftool.reader'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -7,7 +7,6 @@
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Alchemy\Phrasea\ControllerProvider\Prod;
|
||||
|
||||
use Alchemy\Phrasea\Application as PhraseaApplication;
|
||||
@@ -42,4 +41,4 @@ class Subdefs implements ControllerProviderInterface, ServiceProviderInterface
|
||||
|
||||
return $controllers;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -46,4 +46,4 @@
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user