Skip to content

Commit

Permalink
Removing incorrect property visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshforbes authored Oct 25, 2016
1 parent b3ae322 commit 6556b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ When a temporal record is created it automatically resolves any scheduling confl

###### Updating Temporal Records
In order to preserve their historic nature, updates to temporal records are restricted to just valid_end after
they have started. Attempts to update any other fields will fail. If this behavior is undesirable, it can be modified by adding the following public property to the temporal model:
they have started. Attempts to update any other fields will fail. If this behavior is undesirable, it can be modified by adding the following property to the temporal model:

```php
protected $enableUpdates = true;
Expand Down

0 comments on commit 6556b04

Please sign in to comment.