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 99c5506 commit f603f86Copy full SHA for f603f86
src/Facades/User.php
@@ -21,7 +21,7 @@
21
* @method static void delete(\Statamic\Contracts\Auth\User $user);
22
* @method static \Statamic\Fields\Blueprint blueprint();
23
* @method static \Illuminate\Support\Collection getComputedCallbacks()
24
- * @method static void computed(string $field, \Closure $callback)
+ * @method static void computed(string|array $field, ?\Closure $callback = null)
25
*
26
* @see \Statamic\Contracts\Auth\UserRepository
27
* @see \Statamic\Auth\User
0 commit comments