diff --git a/laravel/advanced-guides/using-symfony.html.md b/laravel/advanced-guides/using-symfony.html.md index 566ca04b6c..5b62edb748 100644 --- a/laravel/advanced-guides/using-symfony.html.md +++ b/laravel/advanced-guides/using-symfony.html.md @@ -29,6 +29,12 @@ To accomplish this, we'll create a custom `SymfonyRuntime` class and use that wh Create file `.fly/FlySymfonyRuntime.php` with the following contents: ```php +