mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-26 16:47:21 -05:00
#1522 Register fixes
This commit is contained in:
parent
5852df23fb
commit
32bf8408cc
@ -129,7 +129,7 @@ class RegisterInstructionSeeder extends Seeder
|
|||||||
'translatable' => 1,
|
'translatable' => 1,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add default instructions
|
// Add default instructions
|
||||||
$blockFieldId = $this->fieldRepository->findBySlugAndNamespace('blocks', 'blocks')->getId();
|
$blockFieldId = $this->fieldRepository->findBySlugAndNamespace('blocks', 'blocks')->getId();
|
||||||
$block = $this->blockRepository->create([
|
$block = $this->blockRepository->create([
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user