Add missing query builder statement for options
This commit is contained in:
parent
a32af7c464
commit
2996e66c8b
|
@ -56,7 +56,7 @@ class Options
|
||||||
|
|
||||||
if ($dbOption->first())
|
if ($dbOption->first())
|
||||||
{
|
{
|
||||||
$dbOptionInstance = Option::find($dbOption->id);
|
$dbOptionInstance = Option::find($dbOption->first()->id);
|
||||||
Cache::forget($option);
|
Cache::forget($option);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue