We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d6ad5 commit 3b05a94Copy full SHA for 3b05a94
1 file changed
tests/BaseTestCase.php
@@ -32,7 +32,7 @@ protected function seedUserDetails()
32
33
protected function AddTwoFactorAuthenticationRequiredFields()
34
{
35
- include_once '__DIR__' . '/../database/migrations/2017_03_18_000012_add_two_factor_authentication_required_fields.php';
+ include_once '__DIR__' . '/../database/migrations/add_two_factor_authentication_required_fields.php';
36
37
$this->createUsersTable();
38
(new \AddTwoFactorAuthenticationRequiredFields())->up();
0 commit comments