leafsphp / leaf

🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly
https://leafphp.dev
MIT License
1.1k stars 68 forks source link

Use fully qualified for php functions for faster performance #212

Closed joanhey closed 1 year ago

joanhey commented 1 year ago

Description

Now it's searching the php function in the Leaf namespace first, if not found call it in the global namespace.

So will be faster !!!