Add missing language indicator to code block
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 Feb 2021 13:26:06 +0000 (14:26 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 Feb 2021 13:26:06 +0000 (14:26 +0100)
docs/php/database-objects.md

index 57377f41e98350d038a702dcdb0273c1518ef66e..d07de71e23ef191572b90947cda3575b7f8e5790 100644 (file)
@@ -258,7 +258,7 @@ The lack of the companion `validate*` method will cause the AJAX proxy to deny t
 
 The methods `create`, `update` and `delete` are available for all classes deriving from `AbstractDatabaseObjectAction` and directly pass the input data to the `DatabaseObjectEditor`. These methods deny access to them via AJAX by default, unless you explicitly enable access. Depending on your case, there are two different strategies to enable AJAX access to them.
 
-```
+```php
 <?php
 namespace wcf\data\example;
 use wcf\data\AbstractDatabaseObjectAction;