App\services\BankAccountService::getDatatable PHP Method

getDatatable() public method

public getDatatable ( $accountId )
    public function getDatatable($accountId)
    {
        $query = $this->bankAccountRepo->find($accountId);
        return $this->datatableService->createDatatable(new BankAccountDatatable(false), $query);
    }