mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-07 20:38:42 +00:00
improve docblocks for Mapper:: variables
This commit is contained in:
parent
95153b5bbb
commit
ae920bf33a
|
|
@ -59,7 +59,7 @@ final class BackendController extends Controller implements DashboardElementInte
|
|||
NewsArticleMapper::withConditional('language', $response->getHeader()->getL11n()->getLanguage())
|
||||
::getBeforePivot((int) ($request->getData('id') ?? 0), null, 25)
|
||||
);
|
||||
} elseif ($request->getData('ptype') === '-') {
|
||||
} elseif ($request->getData('ptype') === '+') {
|
||||
$view->setData('news',
|
||||
NewsArticleMapper::withConditional('language', $response->getHeader()->getL11n()->getLanguage())
|
||||
::getAfterPivot((int) ($request->getData('id') ?? 0), null, 25)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user