::update() should not be called statically

136

::update() should not be called statically -

  $product = product::update([ 'key' => $request['key'], 'name' => $request['name'], // 'value' => $request['value'], ]); 

Comments

Submit
0 Comments