Update Laravel Pint, fix files in codebase
This commit is contained in:
parent
672e724784
commit
6d6e719f52
64 changed files with 10 additions and 411 deletions
|
@ -12,8 +12,6 @@ class ContactsController extends Controller
|
|||
{
|
||||
/**
|
||||
* Show all the contacts.
|
||||
*
|
||||
* @return View
|
||||
*/
|
||||
public function index(): View
|
||||
{
|
||||
|
@ -33,9 +31,6 @@ class ContactsController extends Controller
|
|||
|
||||
/**
|
||||
* Show a single contact.
|
||||
*
|
||||
* @param Contact $contact
|
||||
* @return View
|
||||
*/
|
||||
public function show(Contact $contact): View
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue