Fix bin/publish: use correct .env path for rspade_system Fix bin/publish script: prevent grep exit code 1 from terminating script 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
319 B
Executable File
319 B
Executable File
make()
The make method creates a new collection instance.
This is only added to adhere to the Laravel collection API, when using Collect.js it's recommended to use
collect()directly when creating a new collection.