Skip to content

Commit dc0e9e5

Browse files
committed
Fix tests
1 parent d4f370e commit dc0e9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Drivers/EloquentDriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]);
1717

1818
$this->driver = new EloquentDriver(app(Setting::class));
19-
$this->model = app(Setting::class);
19+
$this->model = Setting::class;
2020

2121
migrateTeams();
2222
});

0 commit comments

Comments
 (0)