Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 6057353

Browse files
committed
Update translation.blade.php
1 parent bf5e205 commit 6057353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/views/translation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@php
2-
$target = new \Tests\Feature\TranslatableModel;
2+
$target = new \ProtoneMedia\LaravelFormComponents\Tests\Feature\TranslatableModel;
33
$target->setTranslations('input', ['nl' => 'hallo', 'en' => 'hello']);
44
@endphp
55

0 commit comments

Comments
 (0)