Skip to content

Commit

Permalink
feat(kobo): Move kobo controllers to a new folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa87 committed May 31, 2024
1 parent 5cce470 commit 22557cf
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Entity\KoboDevice;
use App\Form\KoboType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Kobo\Proxy\KoboProxyConfiguration;
use App\Kobo\Proxy\KoboStoreProxy;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Kobo\Proxy\KoboProxyConfiguration;
use App\Kobo\Proxy\KoboStoreProxy;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Kobo\Proxy\KoboStoreProxy;
use GuzzleHttp\Exception\GuzzleException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Entity\Book;
use App\Entity\KoboDevice;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Entity\KoboDevice;
use App\Kobo\DownloadHelper;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Entity\KoboDevice;
use App\Kobo\Proxy\KoboProxyConfiguration;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Kobo\Proxy\KoboStoreProxy;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Entity\BookInteraction;
use App\Entity\KoboDevice;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Entity\Book;
use App\Entity\KoboDevice;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Entity\KoboDevice;
use App\Entity\Shelf;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Controller;
namespace App\Controller\Kobo;

use App\Kobo\Proxy\KoboStoreProxy;
use GuzzleHttp\Exception\GuzzleException;
Expand Down

0 comments on commit 22557cf

Please sign in to comment.