Skip to content

Commit cd4f7da

Browse files
committed
Merge branch 'main' of github.com:coderflexx/laravel-presenter into main
2 parents 4906e42 + 4dd6a1f commit cd4f7da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-presenter` will be documented in this file.
44

5+
## v1.0.0 - 2022-02-11
6+
7+
Initial release.
8+
59
## 1.0.0 - 202X-XX-XX
610

711
- initial release

Diff for: tests/PresentersTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
]);
5050

5151
$user->present('profile')->lang;
52-
5352
})->throws(
5453
Coderflex\LaravelPresenter\Exceptions\PresenterException::class,
5554
'Presenter not found'

0 commit comments

Comments
 (0)