antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.95k stars 197 forks source link

Refactored unneeded ternary operator #120

Closed aleksandar-babic closed 5 years ago

aleksandar-babic commented 5 years ago

As config() helper will return truthy/falsey value, there is no need for ternary operator

antonioribeiro commented 5 years ago

It is still wrong, it should/could be false (debug is on) or 1 minute as default.