Skip to content

Commit eab7949

Browse files
Modify comments (#36)
1 parent 276ef48 commit eab7949

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/pay-pocket.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
| This configuration allows you to customize the generation of log reference strings
1313
| within the LaravelPayPocket package.
1414
|
15-
| - [array] log_reference_params: The parameters to pass to the log reference generator.
16-
| - [string] log_reference_prefix: The prefix for the generated reference string.
17-
| - [class-string] log_reference_generator_class: The fully qualified name of the class containing static methods for generation.
18-
| - [string] log_reference_generator_method: The name of the static method available in the generator class.
15+
| - [array] log_reference_params: An array of parameters to pass to the log_reference_generator_method.
16+
| - [string] log_reference_prefix: Prefix for the generated reference string.
17+
| - [class-string] log_reference_generator_class: Fully qualified name of the class containing static methods for generation.
18+
| - [string] log_reference_generator_method: Name of the static method available in the generator class.
1919
|
20-
| This is how it works by default in the code:
20+
| By default, the following generator is set up:
2121
| Illuminate\Support\Str::random(12)
2222
|
2323
*/

0 commit comments

Comments
 (0)