X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/876bc10d4d414c0680ea13e008b764c3ee70060f..refs/pull/3406/head:/app/Interfaces/Deletable.php diff --git a/app/Interfaces/Deletable.php b/app/Interfaces/Deletable.php index ca59e04f3..be9b4ac41 100644 --- a/app/Interfaces/Deletable.php +++ b/app/Interfaces/Deletable.php @@ -11,4 +11,4 @@ use Illuminate\Database\Eloquent\Relations\MorphMany; interface Deletable { public function deletions(): MorphMany; -} \ No newline at end of file +}