Commit 1bc050dd by Angel MAS

fix request

parent 4e939bd5
......@@ -186,7 +186,7 @@ public function shipping()
->with('shipping', $shipping);
}
public function storeClient(Client $request)
public function storeClient(Request $request)
{
$client = new Client();
$addres = new Addres();
......
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