© 2026 Hedgehog Software, LLC
$spec = \App\Models\Specification::first(); $replica = $spec->replicate(); $replica->save(); dd($replica->wasRecentlyCreated, $replica->id);
true, 0