| @@ -54,8 +54,11 @@ | ||
| 54 | 54 | 'Disco\\App\\Intents\\BundleIntent' => $baseDir . '/app/Intents/BundleIntent.php', |
| 55 | 55 | 'Disco\\App\\Intents\\BuyXGetXIntent' => $baseDir . '/app/Intents/BuyXGetXIntent.php', |
| 56 | 56 | 'Disco\\App\\Intents\\BuyXGetYIntent' => $baseDir . '/app/Intents/BuyXGetYIntent.php', |
| 57 | 57 | 'Disco\\App\\Intents\\CartIntent' => $baseDir . '/app/Intents/CartIntent.php', |
| 58 | + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogo' => $baseDir . '/app/Intents/CategoryBogo/CategoryBogo.php', | |
| 59 | + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogoCart' => $baseDir . '/app/Intents/CategoryBogo/CategoryBogoCart.php', | |
| 60 | + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogoRules' => $baseDir . '/app/Intents/CategoryBogo/CategoryBogoRules.php', | |
| 58 | 61 | 'Disco\\App\\Intents\\Intent' => $baseDir . '/app/Intents/Intent.php', |
| 59 | 62 | 'Disco\\App\\Intents\\IntentFactory' => $baseDir . '/app/Intents/IntentFactory.php', |
| 60 | 63 | 'Disco\\App\\Intents\\IntentHelper' => $baseDir . '/app/Intents/IntentHelper.php', |
| 61 | 64 | 'Disco\\App\\Intents\\ProductIntent' => $baseDir . '/app/Intents/ProductIntent.php', |
| @@ -69,10 +72,12 @@ | ||
| 69 | 72 | 'Disco\\App\\Utility\\Helper' => $baseDir . '/app/Utility/Helper.php', |
| 70 | 73 | 'Disco\\App\\Utility\\Import' => $baseDir . '/app/Utility/Import.php', |
| 71 | 74 | 'Disco\\App\\Utility\\Log' => $baseDir . '/app/Utility/Log.php', |
| 72 | 75 | 'Disco\\App\\Utility\\Model' => $baseDir . '/app/Utility/Model.php', |
| 76 | + 'Disco\\App\\Utility\\QuantityCounter' => $baseDir . '/app/Utility/QuantityCounter.php', | |
| 73 | 77 | 'Disco\\App\\Utility\\Search' => $baseDir . '/app/Utility/Search.php', |
| 74 | 78 | 'Disco\\App\\Utility\\Settings' => $baseDir . '/app/Utility/Settings.php', |
| 79 | + 'Disco\\App\\Utility\\Value' => $baseDir . '/app/Utility/Value.php', | |
| 75 | 80 | 'Disco\\Backend\\ActDeact' => $baseDir . '/backend/ActDeact.php', |
| 76 | 81 | 'Disco\\Backend\\DashboardWidget' => $baseDir . '/backend/DashboardWidget.php', |
| 77 | 82 | 'Disco\\Backend\\Enqueue' => $baseDir . '/backend/Enqueue.php', |
| 78 | 83 | 'Disco\\Backend\\Settings_Page' => $baseDir . '/backend/Settings_Page.php', |