Add Passkey Support & Pint
This commit is contained in:
@@ -50,7 +50,7 @@ return new class extends Migration
|
||||
|
||||
$alreadyexists = Episode::where('slug', $episode->slug)->first();
|
||||
if ($alreadyexists) {
|
||||
throw new \RuntimeException('Migration stopped! Slug already exists: '.$episode->slug);
|
||||
throw new RuntimeException('Migration stopped! Slug already exists: '.$episode->slug);
|
||||
}
|
||||
|
||||
$episode->save();
|
||||
|
||||
Reference in New Issue
Block a user