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

@@ -26,9 +26,9 @@ namespace OCA\Deck\Controller;
use OCA\Deck\Service\LabelService;
use OCP\IRequest;
use OCP\AppFramework\Http\DataResponse;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Db\DoesNotExistException;
class LabelController extends Controller {
private $userId;