]> BookStack Code Mirror - bookstack/blobdiff - app/Activity/Models/View.php
Fixed OIDC Logout
[bookstack] / app / Activity / Models / View.php
index a6bc2139ee5685053d66ed14b79abe4dfb7c74a8..512e0829596089434f0ad772d455fa04d2fdcfc4 100644 (file)
@@ -54,12 +54,4 @@ class View extends Model
 
         return $view->views;
     }
-
-    /**
-     * Clear all views from the system.
-     */
-    public static function clearAll()
-    {
-        static::query()->truncate();
-    }
 }