Skip to content

Commit 5081535

Browse files
committed
remove local.php
Signed-off-by: Howriq <horea@rospace.com>
1 parent 871935d commit 5081535

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docs/book/v1/chapter-1.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ private function getDoctrineConfig(): array
165165
Now that everything has been configured we only need to do one last thing, to create an executable for the Doctrine CLI.
166166
In our case we will create a `doctrine` file inside the application's `bin` directory:
167167

168-
169168
```php
170169
#!/usr/bin/env php
171170
<?php

docs/book/v1/chapter-3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class RoutesDelegator
7171
}
7272
}
7373
```
74+
7475
## Handling the Request
7576

7677
Now that the route is exists, we need to create the class that will handle our request.

0 commit comments

Comments
 (0)