mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
FIxed yoda operator
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0325cbad64
commit
1ef3112628
|
@ -807,7 +807,7 @@ class SettingsController extends Controller
|
|||
*/
|
||||
public function getPhpInfo()
|
||||
{
|
||||
if (true === config('app.debug')) {
|
||||
if (config('app.debug') === true) {
|
||||
return view('settings.phpinfo');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue