We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b964792 commit cd81f69Copy full SHA for cd81f69
bootstrap/autoload.php
@@ -16,6 +16,8 @@
16
17
require __DIR__.'/../vendor/autoload.php';
18
19
+ini_set('xdebug.max_nesting_level', 120);
20
+
21
/*
22
|--------------------------------------------------------------------------
23
| Include The Compiled Class File
0 commit comments