Skip to content

Commit

Permalink
Update LingoServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 authored Jul 19, 2019
1 parent 75470c0 commit 6937fba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/LingoServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@

class LingoServiceProvider extends ServiceProvider
{
protected $file;

/**
* Perform post-registration booting of services.
*/
public function boot()
{
$this->file = $this->app['files'];

$this->packagePublish();
$this->registerMacro();
$this->command();
Expand Down

0 comments on commit 6937fba

Please sign in to comment.