1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Applied StyleCI changes

This commit is contained in:
Dan Brown
2021-11-13 13:28:17 +00:00
parent 63d8d72d7e
commit 2633b94deb
6 changed files with 18 additions and 20 deletions

View File

@ -14,7 +14,8 @@ class SearchController extends Controller
protected $searchRunner;
protected $entityContextManager;
public function __construct(SearchRunner $searchRunner) {
public function __construct(SearchRunner $searchRunner)
{
$this->searchRunner = $searchRunner;
}