Skip to content

Commit f804d8f

Browse files
author
Herbert Maschke
committed
adjust expectation of class template to newest laravel 8 scallfolded style (including HasFactory)
1 parent 93b8bcb commit f804d8f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/navigation.vader

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,12 @@ Expect (class template):
405405

406406
namespace App\Models;
407407

408-
class Example
408+
use Illuminate\Database\Eloquent\Factories\HasFactory;
409+
use Illuminate\Database\Eloquent\Model;
410+
411+
class Example extends Model
409412
{
410-
//
413+
use HasFactory;
411414
}
412415

413416
Execute (edit notification):

0 commit comments

Comments
 (0)