mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
Fix for wrong namespace lookup. No clean use possible otherwise.
This commit is contained in:
parent
0d1fcdd087
commit
ee9a189270
@ -38,7 +38,7 @@ class MessagesCollector extends AbstractLogger implements DataCollectorInterface
|
||||
*
|
||||
* @param DataFormatterInterface $formater
|
||||
*/
|
||||
public function setDataFormatter(DataFormatterInterface $formater)
|
||||
public function setDataFormatter(\DebugBar\DataFormatter\DataFormatterInterface $formater)
|
||||
{
|
||||
$this->dataFormater = $formater;
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user