Skip to content

Commit

Permalink
downgraded search string package
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jul 6, 2020
1 parent 92fdefc commit 15217f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 806 deletions.
15 changes: 0 additions & 15 deletions bootstrap/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@

define('LARAVEL_START', microtime(true));

// workaround until https://github.com/lorisleiva/laravel-search-string/pull/21
if (! function_exists('resolve')) {
/**
* Resolve a service from the container.
*
* @param string $name
* @param array $parameters
* @return mixed
*/
function resolve($name, array $parameters = [])
{
return app($name, $parameters);
}
}

// Load composer for core
require __DIR__ . '/../vendor/autoload.php';

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"laravel/ui": "^2.0",
"laravelcollective/html": "6.1.*",
"league/omnipay": "3.0.*",
"lorisleiva/laravel-search-string": "1.0.*",
"lorisleiva/laravel-search-string": "0.1.*",
"maatwebsite/excel": "3.1.*",
"misterphilip/maintenance-mode": "2.0.*",
"monooso/unobserve": "^2.0",
Expand Down

0 comments on commit 15217f9

Please sign in to comment.