From f4d9eb95f8a73b9511247d76e396a41da4dc61c9 Mon Sep 17 00:00:00 2001 From: dpi Date: Sat, 9 Aug 2025 20:53:51 +0800 Subject: [PATCH] Update using-symfony.html.md add context to examples --- laravel/advanced-guides/using-symfony.html.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 +