@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel\Controller\Home; |
8 | 8 | |
9 | 9 | use Skel\Bootstrap as Application; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel\Controller\Users; |
8 | 8 | |
9 | 9 | use Skel\Bootstrap as Application; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel\Controller\Users; |
8 | 8 | |
9 | 9 | use Skel\Bootstrap as Application; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel\Console\Stats; |
8 | 8 | |
9 | 9 | use Knp\Command\Command; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel\Console\Stats; |
8 | 8 | |
9 | 9 | use Symfony\Component\Console\Input\InputInterface; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel; |
8 | 8 | |
9 | 9 | use JMS\Serializer\SerializerBuilder; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel; |
8 | 8 | |
9 | 9 | use Skel\Response as View; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel\Factory\Users; |
8 | 8 | |
9 | 9 | use Skel\Entity\Users\User as UserModel; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of Skel system |
|
4 | - * |
|
5 | - * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | - */ |
|
3 | + * This file is part of Skel system |
|
4 | + * |
|
5 | + * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause |
|
6 | + */ |
|
7 | 7 | namespace Skel\Service; |
8 | 8 | |
9 | 9 | /** |