downgraded search string package

This commit is contained in:
Denis Duliçi
2020-07-06 15:27:25 +03:00
parent 92fdefc8fb
commit 15217f9e96
3 changed files with 7 additions and 806 deletions

View File

@ -10,21 +10,6 @@ if (version_compare(PHP_VERSION, AKAUNTING_PHP, '<')) {
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';