App\Http\Controllers\API\LastfmController::__construct PHP Метод

__construct() публичный Метод

Construct the controller and inject the current auth.
public __construct ( Illuminate\Contracts\Auth\Guard $auth )
$auth Illuminate\Contracts\Auth\Guard
    public function __construct(Guard $auth)
    {
        $this->auth = $auth;
    }