TimestampBehavior::class, ] ]; } public static function getByStoreId($store_id) { return self::findOne(['store_id' => $store_id]); } }