Skip to content

Commit 33d0937

Browse files
committed
Phalcon framework implementation update.
1 parent 031b27f commit 33d0937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yoyo/YoyoPhalconServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function register(DiInterface $di): void
3838
];
3939

4040
$yoyo->configure($yoyoConfig);
41-
$viewExtention = $this->viewExtention;
41+
$viewExtention = $this->viewExtention ?? null;
4242

4343
$yoyo->container()->singleton('yoyo.view.default', function () use ($di, $viewExtention) {
4444
$view = $di->get('view');

0 commit comments

Comments
 (0)