@@ -49,7 +49,7 @@ |
||
49 | 49 | $this->layoutManager->initStaticPart(function($layoutManager) |
50 | 50 | { |
51 | 51 | |
52 | - $menu_top = $layoutManager->getView()->make('expendable::admin.menu.top',[ |
|
52 | + $menu_top = $layoutManager->getView()->make('expendable::admin.menu.top', [ |
|
53 | 53 | 'languages'=>Language::all() |
54 | 54 | ]); |
55 | 55 | $menu_left = $layoutManager->getView()->make('expendable::admin.menu.left'); |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | { |
29 | 29 | parent::__construct($layoutManager); |
30 | 30 | |
31 | - $this->auth = $auth; |
|
31 | + $this->auth = $auth; |
|
32 | 32 | |
33 | 33 | } |
34 | 34 | |
@@ -211,7 +211,7 @@ discard block |
||
211 | 211 | |
212 | 212 | $broker = $this->getBroker(); |
213 | 213 | |
214 | - $response = \Password::broker($broker)->reset($credentials, function ($user, $password) { |
|
214 | + $response = \Password::broker($broker)->reset($credentials, function($user, $password) { |
|
215 | 215 | $user->password = bcrypt($password); |
216 | 216 | $user->save(); |
217 | 217 |