Skip to content

Commit

Permalink
Proof you can't take me anywhere. Remove duplicate comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgws committed Jan 25, 2016
1 parent 7d45275 commit 8fa2e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ElasticquentConfigTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function getElasticConfig($key = 'config', $prefix = 'elasticquent')
if (function_exists('config')) {
// Get config helper for Laravel 5.1+
$config_helper = config();
} elseif (function_exists('app')) { // Laravel 4 and 5.0
} elseif (function_exists('app')) {
// Get config helper for Laravel 4 & Laravel 5.1
$config_helper = app('config');
} else {
Expand Down

0 comments on commit 8fa2e92

Please sign in to comment.