@@ -34,7 +34,7 @@ |
||
34 | 34 | * |
35 | 35 | * @var array |
36 | 36 | */ |
37 | - protected $fillable = ['title', 'description', 'meeting_start', 'meeting_end', 'repeat']; |
|
37 | + protected $fillable = [ 'title', 'description', 'meeting_start', 'meeting_end', 'repeat' ]; |
|
38 | 38 | |
39 | 39 | /** |
40 | 40 | * @return \Illuminate\Database\Eloquent\Relations\BelongsToMany |
@@ -21,8 +21,8 @@ |
||
21 | 21 | */ |
22 | 22 | public function __construct() |
23 | 23 | { |
24 | - config(['auth.model' => \plunner\Employee::class]); |
|
25 | - config(['jwt.user' => \plunner\Employee::class]); |
|
24 | + config([ 'auth.model' => \plunner\Employee::class ]); |
|
25 | + config([ 'jwt.user' => \plunner\Employee::class ]); |
|
26 | 26 | $this->middleware('jwt.authandrefresh:mode-en'); |
27 | 27 | } |
28 | 28 |