Mattia Marchiorato
Mattia Marchiorato
production.ERROR: Trying to get property of non-object {"exception":"[object] (ErrorException(code: 0): Trying to get property of non-object at /app/Attachment.php:29) This is the line $path = str_replace(' ', '_', $attachable->id.'_'.$mailAttachment->name); As you...
Hello, for us make sense to notify other users (not only admins) for new ticket creation, maybe you can add Assistant::notifyAll($newTicketNotification); to the tap helper in createAndNotify tap(new TicketCreated($ticket), function...
Hello, i found a bug in profile page, when update the notifications preferences you missed 'ticket_rated_notification' => $request->filled('ticket_rated_notification'), 'new_idea_notification' => $request->filled('new_idea_notification'), In the ProfileController. There is also a bug on...
http://demo.shopaholic.one/ is not working, also credentials in plugin page on october website are wrong.
Hello, first of all thanks for this plugin. We have some issue, when we try to issue e certrificate we receive a 404. The /.well-known folder not exists in the...
Hello, i have this issue ERROR: exception 'ErrorException' with message 'Argument 1 passed to League\OAuth2\Client\Provider\Instagram::createResourceOwner() must be of the type array, string given, called in /vendor/league/oauth2-client/src/Provider/AbstractProvider.php on line 754 and...
check if value is not empty before str_replace because passing null to parameter #2 ($replace) of type array|string is deprecated
Fix datetime picker ### Description Removed :attributes="$input" from x-wireui-wrapper::element, is not effective and overrides the readonly attribute on the component ### Checklist - [x] I have read the [CONTRIBUTING](https://github.com/wireui/wireui/blob/main/contributing.md) guide...
Using Datetime Picker if we manually change the date from the input text, this is not reflected on the model **To Reproduce** Change text date using keyboard **Expected behavior** Can...