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