We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10da43f commit 8a1f8cdCopy full SHA for 8a1f8cd
src/Blade.php
@@ -30,7 +30,7 @@ class Blade implements FactoryContract
30
*/
31
private $compiler;
32
33
- public function __construct($viewPaths, string $cachePath, ContainerInterface $container = null)
+ public function __construct($viewPaths, string $cachePath, ?ContainerInterface $container = null)
34
{
35
$this->container = $container ?: new Application;
36
0 commit comments