File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 21
21
'PHPtricks \\Orm \\Operations \\Main ' => $ baseDir . '/phptricksORM/Operations/Main.php ' ,
22
22
'PHPtricks \\Orm \\Operations \\Other ' => $ baseDir . '/phptricksORM/Operations/Other.php ' ,
23
23
'PHPtricks \\Orm \\Operations \\Where ' => $ baseDir . '/phptricksORM/Operations/Where.php ' ,
24
- 'PHPtricks \\Orm \\Operations \\parseWhere ' => $ baseDir . '/phptricksORM/Operations/praseWhere .php ' ,
24
+ 'PHPtricks \\Orm \\Operations \\parseWhere ' => $ baseDir . '/phptricksORM/Operations/parseWhere .php ' ,
25
25
'PHPtricks \\Orm \\Providers \\Provider ' => $ baseDir . '/phptricksORM/Providers/Provider.php ' ,
26
26
'PHPtricks \\Orm \\Variables ' => $ baseDir . '/phptricksORM/Variables.php ' ,
27
27
);
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class ComposerStaticInit4632db9e427f086ffa7811811a22845f
40
40
'PHPtricks \\Orm \\Operations \\Main ' => __DIR__ . '/../.. ' . '/phptricksORM/Operations/Main.php ' ,
41
41
'PHPtricks \\Orm \\Operations \\Other ' => __DIR__ . '/../.. ' . '/phptricksORM/Operations/Other.php ' ,
42
42
'PHPtricks \\Orm \\Operations \\Where ' => __DIR__ . '/../.. ' . '/phptricksORM/Operations/Where.php ' ,
43
- 'PHPtricks \\Orm \\Operations \\parseWhere ' => __DIR__ . '/../.. ' . '/phptricksORM/Operations/praseWhere .php ' ,
43
+ 'PHPtricks \\Orm \\Operations \\parseWhere ' => __DIR__ . '/../.. ' . '/phptricksORM/Operations/parseWhere .php ' ,
44
44
'PHPtricks \\Orm \\Providers \\Provider ' => __DIR__ . '/../.. ' . '/phptricksORM/Providers/Provider.php ' ,
45
45
'PHPtricks \\Orm \\Variables ' => __DIR__ . '/../.. ' . '/phptricksORM/Variables.php ' ,
46
46
);
You can’t perform that action at this time.
0 commit comments