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:
parent
de3274071a
commit
fb7cbe11f9
@ -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') ?>"}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user