App\Console\Commands\TestOFX::__construct PHP Method

__construct() public method

TestOFX constructor.
public __construct ( BankAccountService $bankAccountService )
$bankAccountService App\services\BankAccountService
    public function __construct(BankAccountService $bankAccountService)
    {
        parent::__construct();
        $this->bankAccountService = $bankAccountService;
    }