mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.22k stars 212 forks source link

parsing of second if it is an Expression object #447

Closed vheins closed 1 year ago

vheins commented 1 year ago
array:5 [ // vendor/genealabs/laravel-model-caching/src/CacheKey.php:90
  "type" => "Column"
  "first" => "subscription_features.id"
  "operator" => "="
  "second" => Illuminate\Database\Query\Expression {#1951
    #value: ""subscription_plans"."feature_id""
  }
  "boolean" => "and"
]

@mikebronner please review & merge this