]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/Wallabag/Routing.php
new folders
[github/wallabag/wallabag.git] / src / Wallabag / Wallabag / Routing.php
similarity index 98%
rename from inc/poche/Routing.class.php
rename to src/Wallabag/Wallabag/Routing.php
index be06a433dce544c17a72c5d015a4b0f083348fe6..85b6af1e1bb9e2646197469adf2035de53303cb2 100755 (executable)
@@ -8,6 +8,8 @@
  * @license    http://opensource.org/licenses/MIT see COPYING file
  */
 
+namespace Wallabag\Wallabag;
+
 class Routing
 {
     protected $wallabag;
@@ -20,7 +22,7 @@ class Routing
     protected $defaultVars = array();
     protected $vars = array();
 
-    public function __construct(Poche $wallabag)
+    public function __construct(Wallabag $wallabag)
     {
         $this->wallabag = $wallabag;
         $this->_init();