我正在通过Laravel使用Livewire。每当我尝试使用#[Rule]时,我都会得到一个红色的波浪形错误undefined Type intelephense(P1009)。下面是我的代码的一个例子:
use Livewire\Attributes\Rule; // Rule has a red squiggly all over it #[Rule('image|max:2048')]
字符串
snvhrwxg1#
事实证明,我被困在Livewire版本2上。这就是为什么我会弹出所有这些东西。
1条答案
按热度按时间snvhrwxg1#
事实证明,我被困在Livewire版本2上。这就是为什么我会弹出所有这些东西。