Created
February 5, 2015 08:18
-
-
Save emmgfx/75c8fa87636ec0e35995 to your computer and use it in GitHub Desktop.
Debug Symfony2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?PHP | |
namespace ... | |
... | |
use Symfony\Component\Debug\Debug; | |
Debug::enable(); | |
class ... extends Controller |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment