diff --git a/src/Blade.php b/src/Blade.php index d5acd98..4817fc1 100644 --- a/src/Blade.php +++ b/src/Blade.php @@ -30,7 +30,7 @@ class Blade implements FactoryContract */ private $compiler; - public function __construct($viewPaths, string $cachePath, ContainerInterface $container = null) + public function __construct($viewPaths, string $cachePath, null | ContainerInterface $container = null) { $this->container = $container ?: new Application;