Skip to content

Commit

Permalink
Modify comments (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
HPWebdeveloper authored Jun 27, 2024
1 parent 276ef48 commit eab7949
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit eab7949

Please sign in to comment.