Skip to content

Commit

Permalink
insights gekosale#4
Browse files Browse the repository at this point in the history
  • Loading branch information
adampiotrowski committed Mar 20, 2014
1 parent ed934c3 commit 68ea0dd
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 8,415 deletions.
67 changes: 0 additions & 67 deletions application/Gekosale/Core/Console/Command/Assets/Combine.php

This file was deleted.

2 changes: 0 additions & 2 deletions application/Gekosale/Core/Form/Elements/ShopSelector.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

namespace Gekosale\Core\Form\Elements;

use Symfony\Component\DependencyInjection\ContainerInterface;

/**
* Class ShopSelector
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

use Gekosale\Core\Controller\FrontendController;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

/**
* Class HomePageController
Expand All @@ -27,7 +26,7 @@ class FooterController extends FrontendController
public function indexAction(Request $request)
{
return [
'content' => 'Stopka'
'content' => $request->getContent()
];
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@

use Gekosale\Core\Controller\AdminController;

use Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager;
use Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider;
use Symfony\Component\Security\Core\User\UserChecker;
use Symfony\Component\Security\Core\User\InMemoryUserProvider;
use Symfony\Component\Security\Core\Encoder\EncoderFactory;
use Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder;
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;

/**
* Class ProductController
*
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"symfony/property-access": "2.4.x-dev",
"sami/sami": "v1.3",
"doctrine/cache": "1.4.x-dev",
"illuminate/encryption": "4.1.x-dev"
"illuminate/encryption": "4.1.x-dev",
"twitter/bootstrap": "v3.1.1"
},
"autoload": {
"psr-0": {
Expand Down
44 changes: 43 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 68ea0dd

Please sign in to comment.