We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eeaaae3 + df310e8 commit a03c3f4Copy full SHA for a03c3f4
composer.json
@@ -7,7 +7,8 @@
7
],
8
"license": "MIT",
9
"require": {
10
- "php": ">=7.1.0"
+ "php": ">=7.1.0",
11
+ "laravel/nova": "*"
12
},
13
"autoload": {
14
"psr-4": {
src/BooleanDatetime.php
@@ -163,7 +163,7 @@ public function format($format)
163
*
164
* @return $this
165
*/
166
- public function nullable()
+ public function nullable($nullable = true, $values = NULL)
167
{
168
return $this->withMeta([__FUNCTION__ => true]);
169
}
0 commit comments