Wrong documentation Config::get($key)
Permalink
The documentation regarding config::get is incomplete. It should note that $getFullObject is the second parameter, like this:
Config::get($key, $getFullObject=false)
Config::get($key, $getFullObject=false)