Skip to content

Commit

Permalink
bold information
Browse files Browse the repository at this point in the history
  • Loading branch information
IndraGunawan committed Jan 16, 2018
1 parent fb25bbd commit 5fc5015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ If you install without using Symfony Flex, first add the bundle by using compose

### Creating Facade

To create a facade create a class that extends base `Indragunawan\FacadeBundle\AbstractFacade` class and implement the `getFacadeAccessor` method that returns the `service id`, support *private* and *public* service.

To create a facade create a class that extends base `Indragunawan\FacadeBundle\AbstractFacade` class and implement the `getFacadeAccessor` method that returns the `service id`, support **private** and **public** service.
```php
<?php

Expand Down

0 comments on commit 5fc5015

Please sign in to comment.