Skip to content

Modify comments #36

New issue

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

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config/pay-pocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
| This configuration allows you to customize the generation of log reference strings
| within the LaravelPayPocket package.
|
| - [array] log_reference_params: The parameters to pass to the log reference generator.
| - [string] log_reference_prefix: The prefix for the generated reference string.
| - [class-string] log_reference_generator_class: The fully qualified name of the class containing static methods for generation.
| - [string] log_reference_generator_method: The name of the static method available in the generator class.
| - [array] log_reference_params: An array of parameters to pass to the log_reference_generator_method.
| - [string] log_reference_prefix: Prefix for the generated reference string.
| - [class-string] log_reference_generator_class: Fully qualified name of the class containing static methods for generation.
| - [string] log_reference_generator_method: Name of the static method available in the generator class.
|
| This is how it works by default in the code:
| By default, the following generator is set up:
| Illuminate\Support\Str::random(12)
|
*/
Expand Down