Cleanup use statements

This commit is contained in:
Julius Haertl
2017-01-13 16:46:59 +01:00
parent b0627d8979
commit da34d7167f
4 changed files with 3 additions and 7 deletions

View File

@@ -21,12 +21,9 @@
*
*/
// db/author.php
namespace OCA\Deck\Db;
use JsonSerializable;
class Acl extends Entity implements JsonSerializable {
class Acl extends Entity implements \JsonSerializable {
const PERMISSION_READ = 0;
const PERMISSION_EDIT = 1;