5.5 requires PHP 7.
A new feature in version 7 is the Null coalescing operator, which is used in the helpers file on line 233.
if (is_string($arguments[0])) { return app('cache')->get($arguments[0], $arguments[1] ?? null); }
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community