Guest User

Untitled

a guest
Nov 14th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public function getApplicationFiles(Contract $contract) {
  2. dd($contract->get());
  3. }
  4.  
  5. Route::get('contracts/files/{contract}', 'ContractController@getApplicationFiles');
  6.  
  7. public function getApplicationFiles($id, Contract $contract) {
  8. dd($contract->find($id));
  9. }
Add Comment
Please, Sign In to add comment