From 12a5e6b19b6ac3c2a20095af43079c7328452ddf Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 24 Apr 2020 01:48:37 -0400 Subject: [PATCH] Remove the blog help text as it was for the comma-separated tagging system --- app/Models/Blog.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Models/Blog.php b/app/Models/Blog.php index e927866..1ac42fa 100644 --- a/app/Models/Blog.php +++ b/app/Models/Blog.php @@ -13,8 +13,6 @@ class Blog extends DashboardModel public static $dashboard_type = 'edit'; - public static $dashboard_help_text = 'NOTE: Tags should be separated by semicolons'; - public static $dashboard_display = [ 'title', 'created_at' ]; public static $dashboard_columns = [