flush
[pharext/pharext.org] / app / Controller / Github.php
index 6432c868670550c0355fdaad16e7a4e9087e6e2b..5933fcd2ffc12aee7ccf5ef74a79daaea9e6e3dd 100644 (file)
@@ -26,7 +26,7 @@ abstract class Github implements Controller
         * @var \app\Session
         */
        protected $session;
-
+       
        function __construct(Web $app, API $github, Session $session) {
                $this->app = $app;
                $this->github = $github;