This commit is contained in:
Pierre Rudloff 2016-12-05 13:12:27 +01:00
parent a6447e9813
commit d4f5f93c2d
7 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,7 @@
/**
* Config class.
*/
namespace Alltube;
use Symfony\Component\Yaml\Yaml;

View File

@ -2,6 +2,7 @@
/**
* PasswordException class.
*/
namespace Alltube;
/**

View File

@ -2,6 +2,7 @@
/**
* VideoDownload class.
*/
namespace Alltube;
use Chain\Chain;

View File

@ -2,6 +2,7 @@
/**
* FrontController class.
*/
namespace Alltube\Controller;
use Alltube\Config;

View File

@ -19,7 +19,6 @@ $container['view'] = function ($c) {
$view->registerPlugin('modifier', 'noscheme', 'Smarty_Modifier_noscheme');
return $view;
};

View File

@ -2,6 +2,7 @@
/**
* ConfigTest class.
*/
namespace Alltube\Test;
use Alltube\Config;

View File

@ -2,6 +2,7 @@
/**
* VideoDownloadTest class.
*/
namespace Alltube\Test;
use Alltube\Config;