10 lines
151 B
PHP
10 lines
151 B
PHP
<?php
|
|
|
|
class CRM_Grant_BAO_GrantBudget extends CRM_Grant_DAO_GrantBudget {
|
|
|
|
public static function getFiscalyear() {
|
|
return [2018=>2018];
|
|
}
|
|
|
|
}
|