X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/4ddbc9556bf02ecd31aff093ed4acb200c9fcfd6..refs/pull/3391/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 +}