Remove all plugins / install base theme
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Helpers;
|
||||
|
||||
class Debug
|
||||
{
|
||||
public static function dd()
|
||||
{
|
||||
return function ($template, $context, $args, $source) {
|
||||
$args = $context->get($args);
|
||||
|
||||
return "<pre>".print_r($args, true)."</pre>";
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user