Cleanup mostly use statements

This commit is contained in:
Julius Haertl
2016-10-28 00:04:08 +02:00
parent 1167ca14a8
commit 1faa3481f8
14 changed files with 23 additions and 33 deletions

View File

@@ -23,10 +23,9 @@
namespace OCA\Deck\Db;
use OCA\Deck\NoPermissionException;
use OCP\AppFramework\Db\Entity;
use OCP\IDb;
use OCP\AppFramework\Db\Mapper;
class AclMapper extends DeckMapper implements IPermissionMapper {

View File

@@ -21,7 +21,6 @@
*
*/
// db/author.php
namespace OCA\Deck\Db;
use JsonSerializable;

View File

@@ -24,8 +24,6 @@
namespace OCA\Deck\Db;
use OCP\IDb;
use OCP\AppFramework\Db\Mapper;
use Symfony\Component\Config\Definition\Exception\Exception;
class BoardMapper extends DeckMapper implements IPermissionMapper {