Skip to content

Commit

Permalink
provider
Browse files Browse the repository at this point in the history
  • Loading branch information
edbizarro committed Apr 25, 2019
1 parent 63f6cbb commit 8a4405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/LaravelFacebookServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ public function provides(): array
*/
private function isLumen(): bool
{
return true === Str::contains($this->app->version(), 'Lumen');
return Str::contains($this->app->version(), 'Lumen');
}
}

0 comments on commit 8a4405d

Please sign in to comment.