forked from projects/fipamo
fix for status check
legacy reference to depracated auth class was removed
This commit is contained in:
parent
c7aef33845
commit
8704fdcfe1
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class DashController extends Controller
|
||||||
$result = $this->pages->getGroup($pageNum, 4, $pageFilter);
|
$result = $this->pages->getGroup($pageNum, 4, $pageFilter);
|
||||||
}
|
}
|
||||||
return view('back.book', [
|
return view('back.book', [
|
||||||
"status" => $this->auth::status(),
|
"status" => $this->member::status(),
|
||||||
"result" => $result,
|
"result" => $result,
|
||||||
"currentPage" => $pageNum,
|
"currentPage" => $pageNum,
|
||||||
"title" => "Pages"
|
"title" => "Pages"
|
||||||
|
|
Loading…
Reference in a new issue