X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8d7c8ac8bfe8deba66386e002ec6ae46d5c63013..refs/pull/3247/head:/app/Model.php diff --git a/app/Model.php b/app/Model.php index bd524332c..6fdc25097 100644 --- a/app/Model.php +++ b/app/Model.php @@ -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)