We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e452f05 commit 57392c9Copy full SHA for 57392c9
1 file changed
src/Controller/AppController.php
@@ -110,6 +110,7 @@ public function beforeFilter(EventInterface $event)
110
// The user is logged in
111
if ($currentDeveloper !== null) {
112
$this->set('read_only', $this->request->getSession()->read('read_only'));
113
+ $this->set('current_developer', $currentDeveloper);
114
$notificationCount = TableRegistry::getTableLocator()->get('Notifications')->find(
115
'all',
116
conditions: ['developer_id' => $currentDeveloper['id']]
0 commit comments