for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Association;
class AssociationScheduleController extends AssociationAwareController
{
/**
* Display the specified resource.
*
* @param int $id
* @return \Illuminate\Http\Response
*/
public function show()
return view(
return view('association...tion->activeSchedules))
Illuminate\View\View
Illuminate\Http\Response
'association.schedule',
[
'association' => $this->association,
'schedules' => $this->association->activeSchedules,
activeSchedules
App\Association
Checks if undeclared accessed properties appear in database migrations and if the creating migration is correct.
]
);
}