mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3283 from halkyon/static_fix
Fixing function that should be declared as static.
This commit is contained in:
commit
50a2816c69
@ -129,7 +129,7 @@ class DatabaseAdapterRegistry {
|
|||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function get_default_fields() {
|
public static function get_default_fields() {
|
||||||
return self::$default_fields;
|
return self::$default_fields;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user