Skip to content

Commit

Permalink
Merge pull request #2 from feat/add-gitignore-setting
Browse files Browse the repository at this point in the history
Ignore more dummy file and bump more dependencies
  • Loading branch information
FaisalBudiono authored Apr 26, 2023
2 parents 9bf8716 + 9e38189 commit 126d145
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ yarn-error.log
supervisord.log
supervisord.pid

*/**/Dummy*.php
*/**/[Dd]ummy*
1 change: 0 additions & 1 deletion app/Models/User/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public static function findByIdOrFail(int $id): self
$user = self::query()->where('id', $id)->first();

if (is_null($user)) {

throw new ModelNotFoundException(new ExceptionMessageStandard(
'User ID is not found',
ExceptionErrorCode::MODEL_NOT_FOUND->value,
Expand Down
77 changes: 39 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 126d145

Please sign in to comment.