Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fs654 committed Mar 14, 2016
1 parent 8d26418 commit f1ddc5c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions controller/contactscontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

namespace OCA\FbSync\Controller;

use \OCP\AppFramework\Controller;
use \OCP\IRequest;
use \OCP\AppFramework\Http\JSONResponse;
use \OCP\AppFramework\Http\TemplateResponse;
use \OCA\FbSync\App\Contacts;
use OCP\AppFramework\Controller;
use OCP\IRequest;
use OCP\AppFramework\Http\JSONResponse;
use OCP\AppFramework\Http\TemplateResponse;
use OCA\FbSync\App\Contacts;

class ContactsController extends Controller {

Expand Down
8 changes: 4 additions & 4 deletions controller/facebookcontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

namespace OCA\FbSync\Controller;

use \OCP\IRequest;
use \OCP\AppFramework\Controller;
use \OCP\IUser;
use \OCP\ICache;
use OCP\IRequest;
use OCP\AppFramework\Controller;
use OCP\IUser;
use OCP\ICache;
use OCA\FbSync\AppInfo\Application as App;
require("simple_html_dom.php");

Expand Down
12 changes: 6 additions & 6 deletions controller/pagecontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

namespace OCA\FbSync\Controller;

use \OCP\IRequest;
use \OCP\AppFramework\Http\TemplateResponse;
use \OCP\AppFramework\Controller;
use \OCP\AppFramework\App;
use \OCA\FbSync\App\Contacts;
use \OCA\FbSync\Controller\FacebookController;
use OCP\IRequest;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\AppFramework\Controller;
use OCP\AppFramework\App;
use OCA\FbSync\App\Contacts;
use OCA\FbSync\Controller\FacebookController;


class PageController extends Controller {
Expand Down

0 comments on commit f1ddc5c

Please sign in to comment.