Skip to content

Commit

Permalink
Fixing the doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Sep 1, 2015
1 parent 544a1fb commit e1fcd75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Laravel/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ abstract class ServiceProvider extends IlluminateServiceProvider
| Properties
| ------------------------------------------------------------------------------------------------
*/
/**
* The application instance.
*
* @var \Illuminate\Foundation\Application
*/
protected $app;

/**
* Alias loader
*
Expand Down

0 comments on commit e1fcd75

Please sign in to comment.