v1.4.4 Made news expiration date, add category to app homepages, made small css things

This commit is contained in:
2020-10-07 15:27:29 +02:00
parent f70d6a7a95
commit 22694bd0fb
15 changed files with 83 additions and 81 deletions
@@ -80,6 +80,7 @@ class GuideController extends Controller
$news->subname = $guide->name;
$news->arrangement_id = $guide->id;
$news->type_id = '4';
$news->news_expiration_date = $request->input("news_expiration_date");
$news->content = $guide->guide_articles;