]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/Wallabag/Ebooks.php
new folders
[github/wallabag/wallabag.git] / src / Wallabag / Wallabag / Ebooks.php
similarity index 99%
rename from inc/poche/WallabagEBooks.class.php
rename to src/Wallabag/Wallabag/Ebooks.php
index a9c62af936f3f2f6ece13925ce86ade91df22241..2ad89a1cbe22af8d699ca2318af82eb0d52a6270 100644 (file)
@@ -8,7 +8,9 @@
  * @license    http://opensource.org/licenses/MIT see COPYING file
  */
 
-class WallabagEBooks
+namespace Wallabag\Wallabag;
+
+class Ebooks
 {
        protected $wallabag;
     protected $method;
@@ -18,7 +20,7 @@ class WallabagEBooks
     protected $bookFileName;
     protected $author = 'wallabag';
 
-    public function __construct(Poche $wallabag, $method, $value)
+    public function __construct(Wallabag $wallabag, $method, $value)
     {
         $this->wallabag = $wallabag;
         $this->method   = $method;