FIxed yoda operator
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c8c5dddcc1
commit
7363d4e223
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ class SettingsController extends Controller
|
||||||
*/
|
*/
|
||||||
public function getPhpInfo()
|
public function getPhpInfo()
|
||||||
{
|
{
|
||||||
if (true === config('app.debug')) {
|
if (config('app.debug') === true) {
|
||||||
return view('settings.phpinfo');
|
return view('settings.phpinfo');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue