Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 9594b0f

Browse files
committed
chore(General Settings): renamed the document
1 parent 98c3c17 commit 9594b0f

5 files changed

+6
-6
lines changed

audit-migration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ return [
3232
];
3333
```
3434

35-
> {tip} Read more about this and the `User` model ID in the [General Settings](general-settings) section.
35+
> {tip} Read more about this and the `User` model ID in the [General Configuration](general-configuration) section.
3636
3737
## UUID over auto-incrementing ids
3838
Some developers prefer to use a [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier) instead of auto-incrementing ids.

general-settings.md general-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# General Settings
1+
# General Configuration
22

33
The default auditing behavior can be changed by overriding the settings in the configuration file, which can be found in `config/audit.php`.
44

installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ php artisan auditing:install
7575

7676
This will create the `config/audit.php` configuration file and a migration for the `audits` table in the `database/` directory.
7777

78-
You can read more about the configuration options in the [General Settings](general-settings) section.
78+
You can read more about the configuration options in the [General Configuration](general-configuration) section.
7979

8080
# Database
8181
If needed, the migration file can be customised.
@@ -91,4 +91,4 @@ This is where the `Audit` records will be stored, by default.
9191

9292
# Resolver
9393
Finally, it's time to implement the `User` resolver.
94-
Follow the instructions in the [General Settings](general-settings) section, and you're done!
94+
Follow the instructions in the [General Configuration](general-configuration) section, and you're done!

problems.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
If you found or have a problem with this package, let us know!
44

55
Bear in mind, however, that nobody likes their time wasted, so before you rush to create a new issue on GitHub, ensure that:
6-
- You have **read** the [Installation](installation) and [General Settings](general-settings) sections of the documentation;
6+
- You have **read** the [Installation](installation) and [General Configuration](general-configuration) sections of the documentation;
77
- The issue you're facing is **not** documented in the [Troubleshooting](troubleshooting) section;
88
- A [GitHub issue](https://github.com/owen-it/laravel-auditing/issues) with the problem you're having doesn't already exist (in an open or closed state);
99

troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This error happens when Laravel is set to cache the configuration.
2424
By default, the `User` resolver is a `Closure` in the `config/audits.php` file, which causes this issue.
2525
To overcome this, the resolver should be set as a FQCN instead.
2626

27-
Read the resolver [General Settings](general-settings) for more information.
27+
Read the `User` resolver section in the [General Configuration](general-configuration) for more information.
2828

2929
## Attributes are considered modified, when they're not
3030

0 commit comments

Comments
 (0)