Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public function postExistingCompanyToNetwork(AddExistingCompanyToUsersNetwork $request)
  2. {
  3. if ( ! $company = $this->company->postToUsersNetworkByUuid($request, $this->user) )
  4. {
  5. return Redirect::back();
  6. }
  7.  
  8. return Redirect::route('network');
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement