mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixing function that should be declared as static.
This commit is contained in:
parent
28d9b16325
commit
3c0967efc0
@ -129,7 +129,7 @@ class DatabaseAdapterRegistry {
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function get_default_fields() {
|
||||
public static function get_default_fields() {
|
||||
return self::$default_fields;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user