/**
  * Store a newly created resource in storage.
  *
  * @return Response
  */
 public function store(PostService $postService)
 {
     $postService->create($all);
 }