Skip to content

Commit 359dac2

Browse files
committed
fix ci?
1 parent e107901 commit 359dac2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/models/User.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99

1010
class User extends Eloquent implements AuthenticatableContract, CanResetPasswordContract
1111
{
12-
use Authenticatable, CanResetPassword;
13-
use HybridRelations;
12+
use Authenticatable, CanResetPassword, HybridRelations;
1413

1514
protected $connection = 'mongodb';
1615
protected $dates = ['birthday', 'entry.date'];

0 commit comments

Comments
 (0)