Skip to content

Commit fd6dc6a

Browse files
Update readme.md
1 parent 62e9dac commit fd6dc6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Laravel Helpers Automatic Load
1111
- Then Go To app/Providers/AppServiceProvider.php then paste those line code
1212

1313
```
14-
/**
14+
/**
1515
* Register any application services.
1616
*
1717
* @return void
@@ -20,6 +20,9 @@ Laravel Helpers Automatic Load
2020
{
2121
$this->loadHelpers();
2222
}
23+
24+
25+
2326
/**
2427
* Load helpers all helpers form app/Helpers.
2528
*/

0 commit comments

Comments
 (0)