diff --git a/docs/en/04_Changelogs/4.0.0.md b/docs/en/04_Changelogs/4.0.0.md index 43eea3d5e..3a4c41bf7 100644 --- a/docs/en/04_Changelogs/4.0.0.md +++ b/docs/en/04_Changelogs/4.0.0.md @@ -99,29 +99,6 @@ cd ~/Project/Root This will ensure that your `.htaccess` and `index.php` are set to a reasonable default value for a clean installation. -After upgrade the `index.php` should look something similar to the below: - -```php -addMiddleware(new ErrorControlChainMiddleware($app)); -$response = $app->handle($request); -$response->output(); -``` - #### Upgrade references to renamed and namespaced classes Nearly all core PHP classes have been namespaced. For example, `DataObject` is now called `SilverStripe\ORM\DataObject`.