We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4906e42 + 4dd6a1f commit cd4f7daCopy full SHA for cd4f7da
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `laravel-presenter` will be documented in this file.
4
5
+## v1.0.0 - 2022-02-11
6
+
7
+Initial release.
8
9
## 1.0.0 - 202X-XX-XX
10
11
- initial release
tests/PresentersTest.php
@@ -49,7 +49,6 @@
49
]);
50
51
$user->present('profile')->lang;
52
-
53
})->throws(
54
Coderflex\LaravelPresenter\Exceptions\PresenterException::class,
55
'Presenter not found'
0 commit comments