<?php

class CRM_Grant_BAO_GrantBudget extends CRM_Grant_DAO_GrantBudget {

  public static function getFiscalyear() {
    return [2018=>2018];
  }

}