]> BookStack Code Mirror - bookstack/blobdiff - app/Model.php
Updated minimum php version from 7.3 to 7.4
[bookstack] / app / Model.php
index bd524332cde77b6dea2f6dcba05966dbde7d0571..6fdc250976586386005c37bf3ca333d14373ebb4 100644 (file)
@@ -9,6 +9,7 @@ class Model extends EloquentModel
     /**
      * Provides public access to get the raw attribute value from the model.
      * Used in areas where no mutations are required but performance is critical.
+     *
      * @return mixed
      */
     public function getRawAttribute(string $key)