App\Http\Controllers\LobController::__construct PHP Method

__construct() public method

Initialize Lob
public __construct ( )
    public function __construct()
    {
        $this->apikey = env('LOB_API_KEY');
        $this->lob = new Lob($this->apikey);
    }