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)

A3020