Skip to content

Commit 8d8fe46

Browse files
authored
Merge pull request #1380 from alisalehi1380/patch-1
Update README.md
2 parents ce7efa8 + 3a47fa9 commit 8d8fe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can publish the migration with:
9797
php artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="activitylog-migrations"
9898
```
9999

100-
_Note_: The default migration assumes you are using integers for your model IDs. If you are using UUIDs, or some other format, adjust the format of the subject_id and causer_id fields in the published migration before continuing.
100+
_Note_: The default migration assumes you are using integers for your model IDs. If you are using UUIDs, or some other format, adjust the format of the `subject_id` and `causer_id` fields in the published migration before continuing.
101101

102102
After publishing the migration you can create the `activity_log` table by running the migrations:
103103

0 commit comments

Comments
 (0)