Devise
Class

Devise\Support\Framework

class Framework

Class Framework wraps important components that we use from Laravel's framework.

Components like Config, Validator, Request, Response...

Methods

mixed __get($name $name)

Magic method so we can call $this->Config instead of $this->Config()

Details

at line 18
public mixed __get($name $name)

Magic method so we can call $this->Config instead of $this->Config()

Parameters

$name $name

Return Value

mixed