Modif subdef

This commit is contained in:
aina-esokia
2018-02-19 15:02:44 +04:00
parent b36b90a403
commit d541c22659
3 changed files with 4 additions and 5 deletions

View File

@@ -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
*/

View File

@@ -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;