| @@ -145,8 +145,11 @@ | ||
| 145 | 145 | 'Disco\\App\\Intents\\BundleIntent' => __DIR__ . '/../..' . '/app/Intents/BundleIntent.php', |
| 146 | 146 | 'Disco\\App\\Intents\\BuyXGetXIntent' => __DIR__ . '/../..' . '/app/Intents/BuyXGetXIntent.php', |
| 147 | 147 | 'Disco\\App\\Intents\\BuyXGetYIntent' => __DIR__ . '/../..' . '/app/Intents/BuyXGetYIntent.php', |
| 148 | 148 | 'Disco\\App\\Intents\\CartIntent' => __DIR__ . '/../..' . '/app/Intents/CartIntent.php', |
| 149 | + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogo' => __DIR__ . '/../..' . '/app/Intents/CategoryBogo/CategoryBogo.php', | |
| 150 | + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogoCart' => __DIR__ . '/../..' . '/app/Intents/CategoryBogo/CategoryBogoCart.php', | |
| 151 | + 'Disco\\App\\Intents\\CategoryBogo\\CategoryBogoRules' => __DIR__ . '/../..' . '/app/Intents/CategoryBogo/CategoryBogoRules.php', | |
| 149 | 152 | 'Disco\\App\\Intents\\Intent' => __DIR__ . '/../..' . '/app/Intents/Intent.php', |
| 150 | 153 | 'Disco\\App\\Intents\\IntentFactory' => __DIR__ . '/../..' . '/app/Intents/IntentFactory.php', |
| 151 | 154 | 'Disco\\App\\Intents\\IntentHelper' => __DIR__ . '/../..' . '/app/Intents/IntentHelper.php', |
| 152 | 155 | 'Disco\\App\\Intents\\ProductIntent' => __DIR__ . '/../..' . '/app/Intents/ProductIntent.php', |
| @@ -160,10 +163,12 @@ | ||
| 160 | 163 | 'Disco\\App\\Utility\\Helper' => __DIR__ . '/../..' . '/app/Utility/Helper.php', |
| 161 | 164 | 'Disco\\App\\Utility\\Import' => __DIR__ . '/../..' . '/app/Utility/Import.php', |
| 162 | 165 | 'Disco\\App\\Utility\\Log' => __DIR__ . '/../..' . '/app/Utility/Log.php', |
| 163 | 166 | 'Disco\\App\\Utility\\Model' => __DIR__ . '/../..' . '/app/Utility/Model.php', |
| 167 | + 'Disco\\App\\Utility\\QuantityCounter' => __DIR__ . '/../..' . '/app/Utility/QuantityCounter.php', | |
| 164 | 168 | 'Disco\\App\\Utility\\Search' => __DIR__ . '/../..' . '/app/Utility/Search.php', |
| 165 | 169 | 'Disco\\App\\Utility\\Settings' => __DIR__ . '/../..' . '/app/Utility/Settings.php', |
| 170 | + 'Disco\\App\\Utility\\Value' => __DIR__ . '/../..' . '/app/Utility/Value.php', | |
| 166 | 171 | 'Disco\\Backend\\ActDeact' => __DIR__ . '/../..' . '/backend/ActDeact.php', |
| 167 | 172 | 'Disco\\Backend\\DashboardWidget' => __DIR__ . '/../..' . '/backend/DashboardWidget.php', |
| 168 | 173 | 'Disco\\Backend\\Enqueue' => __DIR__ . '/../..' . '/backend/Enqueue.php', |
| 169 | 174 | 'Disco\\Backend\\Settings_Page' => __DIR__ . '/../..' . '/backend/Settings_Page.php', |