This repository was archived by the owner on Nov 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public static function fake(
3535 return new static (
3636 time: $ time ?? now (),
3737 channel: $ channel ?? 'sms ' ,
38- attempt_sid: $ attempt_sid ?? 'VL ' . Str::random (32 ),
38+ attempt_sid: $ attempt_sid ?? 'VL ' . Str::random (32 ),
3939 );
4040 }
4141}
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ public static function fake(
4848 ?string $ updated_at = null ,
4949 ): self {
5050 return new static (
51- sid: $ sid ?? 'VE ' . Str::random (32 ),
52- service_sid: $ service_sid ?? 'VA ' . Str::random (32 ),
53- account_sid: $ account_sid ?? 'AC ' . Str::random (32 ),
51+ sid: $ sid ?? 'VE ' . Str::random (32 ),
52+ service_sid: $ service_sid ?? 'VA ' . Str::random (32 ),
53+ account_sid: $ account_sid ?? 'AC ' . Str::random (32 ),
5454 to: $ to ?? '+41795555825 ' ,
5555 channel: $ channel ?? 'sms ' ,
5656 status: $ status ?? 'approved ' ,
Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ public static function fake(
6060 ?Collection $ send_code_attempts = null ,
6161 ?string $ url = null ,
6262 ): self {
63- $ service = 'VA ' . Str::random (32 );
63+ $ service = 'VA ' . Str::random (32 );
6464
6565 return new static (
66- sid: $ sid ?? 'VE ' . Str::random (32 ),
66+ sid: $ sid ?? 'VE ' . Str::random (32 ),
6767 service_sid: $ service_sid ?? $ service ,
68- account_sid: $ account_sid ?? 'AC ' . Str::random (32 ),
68+ account_sid: $ account_sid ?? 'AC ' . Str::random (32 ),
6969 to: $ to ?? '+41795555825 ' ,
7070 channel: $ channel ?? 'sms ' ,
7171 status: $ status ?? 'pending ' ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public function setUp(): void
1313 parent ::setUp ();
1414
1515 Factory::guessFactoryNamesUsing (
16- fn (string $ modelName ) => 'Spatie \\TwilioVerify \\Database \\Factories \\' . class_basename ($ modelName ). 'Factory ' ,
16+ fn (string $ modelName ) => 'Spatie \\TwilioVerify \\Database \\Factories \\' . class_basename ($ modelName ) . 'Factory ' ,
1717 );
1818 }
1919
You can’t perform that action at this time.
0 commit comments