Skip to content

Commit 8a1f8cd

Browse files
authored
Update Blade.php
1 parent 10da43f commit 8a1f8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Blade implements FactoryContract
3030
*/
3131
private $compiler;
3232

33-
public function __construct($viewPaths, string $cachePath, ContainerInterface $container = null)
33+
public function __construct($viewPaths, string $cachePath, ?ContainerInterface $container = null)
3434
{
3535
$this->container = $container ?: new Application;
3636

0 commit comments

Comments
 (0)