PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.5
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.5
1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 trunk All 48 releases
← All changes | app/Models/AttributeTerm.php +2 -1 1.4.1 → 1.6.5 View file →
@@ -1,8 +1,9 @@
1 1 <?php
2 2
3 3 namespace FluentCart\App\Models;
4 4 use FluentCart\App\Models\Concerns\CanSearch;
5 +use FluentCart\App\Models\Concerns\CanUpdateBatch;
5 6 use FluentCart\Framework\Support\Arr;
6 7
7 8 /**
8 9 * Attributes Terms Model - DB Model for Attributes Terms eg for Size: Small, Medium, Large
@@ -14,9 +15,9 @@
14 15 * @version 1.0.0
15 16 */
16 17 class AttributeTerm extends Model
17 18 {
18 - use CanSearch;
19 + use CanSearch, CanUpdateBatch;
19 20
20 21 protected $table = 'fct_atts_terms';
21 22
22 23 protected $fillable = [