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 = [