]> BookStack Code Mirror - bookstack/blobdiff - app/Ownable.php
Update settings.php
[bookstack] / app / Ownable.php
index f2cfe801b8a98e6e13349479c5834d16919be488..e660a0500de165cbc7233bacf3bf9e3b65f9debf 100644 (file)
@@ -1,5 +1,6 @@
 <?php namespace BookStack;
 
+use BookStack\Auth\User;
 
 abstract class Ownable extends Model
 {
@@ -29,5 +30,4 @@ abstract class Ownable extends Model
     {
         return strtolower(array_slice(explode('\\', static::class), -1, 1)[0]);
     }
-
-}
\ No newline at end of file
+}