1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-29 03:07:42 +01:00

[-] frosting integration since it will be done in the frosting DebugBar directly

This commit is contained in:
mpoiriert 2013-06-13 14:02:43 -04:00
parent de3274071a
commit fb7cbe11f9
2 changed files with 0 additions and 22 deletions

View File

@ -1,20 +0,0 @@
{
"services": {
"debugBar": {
"class": "DebugBar\\StandardDebugBar"
},
"debugBarRenderer": {
"class": "DebugBar\\Renderer\\JavascriptRenderer",
"configuration": {
"baseUrl": "/frosting/asset/debugBar"
}
},
"assetCopier": {
"configuration": {
"toMirror": {
"debugBar": {"source":"<?php echo str_replace('\\','/',__DIR__ . '/web') ?>"}
}
}
}
}
}

View File

@ -48,8 +48,6 @@ class JavascriptRenderer
protected $controls = array();
/**
* @Inject(debugBar="debugBar", baseUrl="$[debugBarRenderer][baseUrl]")
*
* @param \DebugBar\DebugBar $debugBar
* @param string $baseUrl
* @param string $basePath