Skip to content

Commit

Permalink
Fix debug toolber
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Dec 25, 2020
1 parent dab0519 commit 2b6613e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 98 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "project",
"homepage": "https://www.ec-cube.net/",
"license": [
"GPL-2.0-only",
"proprietary"
"GPL-2.0-only",
"proprietary"
],
"support": {
"issues": "https://github.com/EC-CUBE/ec-cube/issues"
Expand Down Expand Up @@ -57,7 +57,6 @@
"symfony/console": "^5.0",
"symfony/css-selector": "^5.0",
"symfony/debug-bundle": "^5.0",
"symfony/debug-pack": "^1.0",
"symfony/dependency-injection": "^5.0",
"symfony/doctrine-bridge": "^5.0",
"symfony/dom-crawler": "^5.0",
Expand Down
97 changes: 3 additions & 94 deletions composer.lock

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

2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/toolbar/eccube.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% extends '@WebProfiler/Profiler/layout.html.twig' %}

{% block toolbar %}
{% set icon %}
Expand Down
2 changes: 2 additions & 0 deletions src/Eccube/Util/CacheUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
use Symfony\Component\Finder\Finder;
use Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer;
use Symfony\Component\HttpKernel\Event\PostResponseEvent;
use Symfony\Component\HttpKernel\Event\TerminateEvent;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\HttpKernel\KernelInterface;


/**
* キャッシュ関連のユーティリティクラス.
*/
Expand Down

0 comments on commit 2b6613e

Please sign in to comment.