Browse code

Bug fix

RafaƂ Szklarczyk authored on 29/01/2020 22:00:10
Showing 1 changed files
... ...
@@ -10,7 +10,7 @@ abstract class ViewModel{
10 10
                     
11 11
     public function __construct($arg)
12 12
     {
13
-        if($arg instanceof Applicstion){
13
+        if($arg instanceof Application){
14 14
             $this->_L3 = $arg;
15 15
         }
16 16
         else{