mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Documentation correction
This commit is contained in:
parent
615abf5020
commit
fa406c1115
@ -37,7 +37,7 @@ use SilverStripe\View\ViewableData;
|
||||
* <code>
|
||||
* class Blob extends DBField {
|
||||
* function requireField() {
|
||||
* DB::requireField($this->tableName, $this->name, "blob");
|
||||
* DB::require_field($this->tableName, $this->name, "blob");
|
||||
* }
|
||||
* }
|
||||
* </code>
|
||||
|
Loading…
Reference in New Issue
Block a user