get rid of get_app()
This commit is contained in:
12
boot.php
12
boot.php
@@ -1259,18 +1259,6 @@ class App {
|
||||
} // End App class
|
||||
|
||||
|
||||
/**
|
||||
* @brief Retrieve the App structure.
|
||||
*
|
||||
* Useful in functions which require it but don't get it passed to them
|
||||
*
|
||||
* @return App
|
||||
*/
|
||||
function get_app() {
|
||||
return $a;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @brief Multi-purpose function to check variable state.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user