Replies: 1 comment
-
Try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Good Day,
Can someone help me about this problem . i have already tried public int|User $user; but it gives me error of "syntax error, unexpected '|', expecting variable (T_VARIABLE)"
ERROR:
Typed property App\Http\Livewire\Maintenance\UserManager\EditUser::$user must be an instance of App\Models\User, int used (View: C:\Users\JAPS\Desktop\2022\Projects\ecommerce\ecommerce\resources\views\vendor\livewire-ui-modal\modal.blade.php)
BUTTON:
Edit
MODALCOMPONENT:
public User $user;
public function mount(User $user)
{$this->user = $user; }
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions