1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Ran phpcbf

This commit is contained in:
Dan Brown
2019-05-05 14:54:37 +01:00
parent adc866cb3d
commit 3f83c548f8
11 changed files with 11 additions and 20 deletions

View File

@@ -31,4 +31,4 @@ class BreadcrumbsViewComposer
}
}
}
}
}

View File

@@ -37,7 +37,6 @@ class EntityContextManager
if ($shelf && $shelf->contains($book)) {
return $shelf;
}
}
return null;
}
@@ -58,5 +57,4 @@ class EntityContextManager
{
$this->session->forget($this->KEY_SHELF_CONTEXT_ID);
}
}
}

View File

@@ -62,5 +62,4 @@ class PageRevision extends Model
{
return $type === 'revision';
}
}