mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-30 13:11:08 -04:00
v6 update
This commit is contained in:
@ -27,7 +27,8 @@ class UsersTableSeeder extends Seeder
|
||||
|
||||
$company = Company::create([
|
||||
'name' => 'xyz',
|
||||
'owner_id' => $user->id
|
||||
'owner_id' => $user->id,
|
||||
'slug' => 'xyz'
|
||||
]);
|
||||
|
||||
$company->unique_hash = Hashids::connection(Company::class)->encode($company->id);
|
||||
|
||||
Reference in New Issue
Block a user