We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
i am working on Laravel 5.4.6 and I got this error :
in Macroable.php line 74 at Collection->__call('wrap', array(array('enabled' => true, 'service' => 'PragmaRX\Countries\Package\Services\Cache\Service', 'duration' => 180, 'directory' => '/tmp/pragmarx-countries-cache'))) at call_user_func_array(array(object(Collection), 'wrap'), array(array('enabled' => true, 'service' => 'PragmaRX\Countries\Package\Services\Cache\Service', 'duration' => 180, 'directory' => '/tmp/pragmarx-countries-cache')))in Coollection.php line 129 at Coollection->PragmaRX\Coollection\Package{closure}(object(Collection))in Coollection.php line 386 at Coollection->runViaLaravelCollection(object(Closure), 'wrap')in Coollection.php line 132 `
And I saw that the function "wrap" from Collection was implemented in Laravel 5.5.. So I conclude, Laravel 5.5. is a requirement.
Am i right ?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
i am working on Laravel 5.4.6 and I got this error :
`(1/1) BadMethodCallException Method wrap does not exist.
in Macroable.php line 74
at Collection->__call('wrap', array(array('enabled' => true, 'service' => 'PragmaRX\Countries\Package\Services\Cache\Service', 'duration' => 180, 'directory' => '/tmp/pragmarx-countries-cache')))
at call_user_func_array(array(object(Collection), 'wrap'), array(array('enabled' => true, 'service' => 'PragmaRX\Countries\Package\Services\Cache\Service', 'duration' => 180, 'directory' => '/tmp/pragmarx-countries-cache')))in Coollection.php line 129
at Coollection->PragmaRX\Coollection\Package{closure}(object(Collection))in Coollection.php line 386
at Coollection->runViaLaravelCollection(object(Closure), 'wrap')in Coollection.php line 132
`
And I saw that the function "wrap" from Collection was implemented in Laravel 5.5..
So I conclude, Laravel 5.5. is a requirement.
Am i right ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: