Commit c9d38589 by Angel MAS

method products correct

parent 2e517d5a
......@@ -55,7 +55,7 @@ class AdminProductController extends Controller
}
\Auth::user()->products()->save($product);
\Auth::user()->productsShop()->save($product);
return redirect()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment