amjeed-ay

Results 5 comments of amjeed-ay

@stancl This is how I solve it, just exclude the `id` when creating to the central model `$attr = collect($event->model->getAttributes())->except(['id'])->toArray()` `$centralModel = $event->model->getCentralModelName()::create($attr);` `event(new SyncedResourceChangedInForeignDatabase($event->model, null));`

Then for temporary solution before the official release, I need to override `UpdateSyncedResource.php` in my `composer.json` ``` "autoload": { "exclude-from-classmap": [ "vendor/stancl/tenancy/src/Listeners/UpdateSyncedResource.php" ], "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\":...

> After some testing, I've created a **stable** release of the feature/php-8.1 branch as v3.0.0: > > https://github.com/phpnexus/cwh/releases/tag/v3.0.0 > > To install, simply run: > > ```shell > composer require...

I got same issue, sim not detected on g920f dualsim