Tim Ramsey
Tim Ramsey
I ran into a similar situation and fixed it by adding the reference number to the package instead of the shipment `$package->setReferenceNumber($referencenumber);`
I ran into a similar situation and fixed it by adding the reference number to the package instead of the shipment `$package->setReferenceNumber($referencenumber);`
For 2. I tried to move the attributes array pieces to the original array in the `toSearchableArray` on the model, but still no luck ``` public function toSearchableArray(){ $array =...
Command "version:refresh" is not defined either
@hakimihamdan88 Did you ever figure this out?
Actually I think I figured it out via https://twig.symfony.com/doc/2.x/api.html#sandbox-extension You would need to create a policy and add the extension before calling the view. There may be another way to...
It works as expected for me, but it looks like you either need to add a true parameter to sandbox everything `$sandbox = new SandboxExtension($policy, true);` or per template via...
@mafftor I will test it out this week. The issue was with S3 since a `last_modified` attribute for directories is not returned anymore.
I am having the same issue using vite ssr. @nenadnovakovic-sh did you ever figure out a solution?
Did you ever figure this out?