Added Feedback index page + added routing in base.blade.php + Fixed routing in FeedbackController.php

This commit is contained in:
Anders
2020-06-29 12:56:08 +02:00
parent 91a34f3d08
commit f7786be665
4 changed files with 41 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Feedbacks extends Model
{
//
}