<?php namespace BookStack;
+use BookStack\Auth\User;
+/**
+ * @property int created_by
+ * @property int updated_by
+ */
abstract class Ownable extends Model
{
/**
{
return strtolower(array_slice(explode('\\', static::class), -1, 1)[0]);
}
-
-}
\ No newline at end of file
+}