Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeGraciaMathieu authored Jun 25, 2024
1 parent 2c81dc4 commit 08421fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<p align="center">
<img style='height: 350px' src='https://github.com/DeGraciaMathieu/laravel-rapid-bind/assets/11473997/41ae8f4b-905e-47de-a0fa-0696e03ea203'>
<img style='height: 350px' src='https://github.com/DeGraciaMathieu/laravel-rapid-bind/assets/11473997/17e2a556-e081-4889-8ae4-30f074e41686'>
</p>

# laravel-rapid-bind
Expand Down Expand Up @@ -30,7 +30,7 @@ class AppServiceProvider extends ServiceProvider
public function register(): void
{
RapidBind::bind([
'App\Domain\Ports\Repositories',
'../app/Domain/Ports/Repositories',
]);
}

Expand Down

0 comments on commit 08421fc

Please sign in to comment.