Skip to content

1.0.2

Compare
Choose a tag to compare
@oscarotero oscarotero released this 08 May 17:22
· 43 commits to master since this release

Env::init() checks if the function env() exists, to prevent fatal errors on declare the function twice. If the funcion couldn't be included, returns false, otherwise returns true #1.

Env::init(); //returns true
Env::init(); //returns false