We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bbce5 commit 888038dCopy full SHA for 888038d
README.md
@@ -124,8 +124,6 @@ False values are converted to `NULL`.
124
Use a boolean field's defined _key_ to access its boolean value:
125
126
```php
127
-<?php
128
-
129
$user = User::findOrFail(42);
130
131
$user->has_accepted_terms_and_conditions;
@@ -152,8 +150,6 @@ $user->has_agreed_to_something;
152
150
Use a boolean field's defined _value_ to explicitly access its (Carbon) datetime value:
153
151
154
155
156
157
158
159
$user->accepted_terms_at;
0 commit comments