Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
62 | protected function gate() |
||
63 | { |
||
64 | Gate::define('viewTelescope', function ($user) { |
||
65 | return in_array($user->email, [ |
||
66 | '[email protected]', |
||
67 | '[email protected]', |
||
68 | '[email protected]' |
||
69 | ]); |
||
73 |