Skip to content

Commit 17e78f4

Browse files
committed
Fixing syntax error
1 parent 5ba6519 commit 17e78f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Utility/CoreView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function makeView()
114114

115115
public function checkView($view)
116116
{
117-
if (View::exists($view) {
117+
if (View::exists($view)) {
118118
return true;
119119
}
120120

0 commit comments

Comments
 (0)