Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2a8faf

Browse files
committed
Fix EOF
1 parent f9b40e8 commit d2a8faf

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/Illuminate/Auth/RemindableTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ public function getReminderEmail()
1212
return $this->email;
1313
}
1414

15-
}
15+
}

src/Illuminate/Auth/UserTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ public function getRememberTokenName()
5353
return 'remember_token';
5454
}
5555

56-
}
56+
}

src/Illuminate/Console/ConfirmableTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public function confirmToProceed()
3131
return true;
3232
}
3333

34-
}
34+
}

tests/Database/DatabaseMigrationResetCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ protected function runCommand($command, $input = array())
4444
class AppDatabaseMigrationStub {
4545
public $env = 'development';
4646
public function environment() { return $this->env; }
47-
}
47+
}

tests/Database/DatabaseMigrationRollbackCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ protected function runCommand($command, $input = array())
4545
class AppDatabaseMigrationRollbackStub {
4646
public $env = 'development';
4747
public function environment() { return $this->env; }
48-
}
48+
}

0 commit comments

Comments
 (0)