]> BookStack Code Mirror - bookstack/blobdiff - app/Ownable.php
Updated 'Spanish Argentina' translation.
[bookstack] / app / Ownable.php
index f2cfe801b8a98e6e13349479c5834d16919be488..fe58e05ed4843121cea591b36d8028ca44460206 100644 (file)
@@ -1,6 +1,5 @@
 <?php namespace BookStack;
 
-
 abstract class Ownable extends Model
 {
     /**
@@ -29,5 +28,4 @@ abstract class Ownable extends Model
     {
         return strtolower(array_slice(explode('\\', static::class), -1, 1)[0]);
     }
-
-}
\ No newline at end of file
+}