Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix style
  • Loading branch information
themsaid committed Jan 13, 2021
commit bcf818fa71eba69cc75e1de003a30ac058d860fa
2 changes: 1 addition & 1 deletion src/Illuminate/Database/MultipleRecordsFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

class MultipleRecordsFoundException extends RuntimeException
{

//
}
2 changes: 1 addition & 1 deletion src/Illuminate/Database/NoRecordsFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

class NoRecordsFoundException extends RuntimeException
{

//
}