Users can now create a feedback to the admins (Needing a new way to see the message in the admin panel)

This commit is contained in:
Anders
2020-06-30 08:35:40 +02:00
parent d6a9aa0c4f
commit d93fff517a
3 changed files with 13 additions and 10 deletions
+3 -1
View File
@@ -6,5 +6,7 @@ use Illuminate\Database\Eloquent\Model;
class Feedbacks extends Model
{
//
protected $fillable = [
'message', "suggestion_form"
];
}