mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Make the classes getter public.
This commit is contained in:
parent
de47c5d3a3
commit
6247d4f4ec
@ -72,7 +72,7 @@ class GridFieldAddNewMultiClass implements GridField_HTMLProvider, GridField_URL
|
||||
* @param GridField $grid
|
||||
* @return array a map of class name to title
|
||||
*/
|
||||
protected function getClasses($grid) {
|
||||
public function getClasses(GridField $grid) {
|
||||
$result = array();
|
||||
|
||||
if(is_null($this->classes)) {
|
||||
|
Loading…
Reference in New Issue
Block a user