mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
110 - Asserting Against View Objects
This commit is contained in:
@@ -10,6 +10,11 @@ use Illuminate\Support\Facades\Auth;
|
||||
|
||||
class ConcertsController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
return view('backstage.concerts.index', ['concerts' => Concert::all()]);
|
||||
}
|
||||
|
||||
public function create()
|
||||
{
|
||||
return view('backstage.concerts.create');
|
||||
|
||||
Reference in New Issue
Block a user