Tweaking of code, along with deleting cached view files have got tests working locally again

This commit is contained in:
Jonny Barnes 2017-02-15 15:21:14 +00:00
parent 721cbc541b
commit c50d8a7b51
10 changed files with 56 additions and 50 deletions

View file

@ -25,7 +25,7 @@ class ContactsController extends Controller
'/assets/profile-images/default-image';
}
return view('contacts', ['contacts' => $contacts]);
return view('contacts', compact('contacts'));
}
/**