Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public function store(PortfolioRequest $req)
  2. {
  3. $this->storeImage($id, request()->thumb);
  4. }
  5.  
  6. public function storeImage($id, $file)
  7. {
  8. $file::move("portfolio/{$id}", $test);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement