Use syntax highlighter for PHP

This commit is contained in:
benjamin melançon 2020-07-22 09:21:34 -04:00
parent 77bf0066f7
commit 63b5291833

View file

@ -96,7 +96,7 @@ This will create a self.site.yml using the expected pattern of "site_name_INSTAN
Drutopia releases will expect the configuration in `$project_root/config/sync`. Be sure to set the appropriate variable in `settings.php` for it to be stored/retrieved from there. Note not to use `settings.ddev.php`, as this will be generated during `ddev start`:
```
```php
$settings['config_sync_directory'] = '../config/sync';
```