File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-useful-additions ` will be documented in this file.
4
4
5
+ ## v3.3.0 - 2023-03-16
6
+
7
+ traits in their own directory
8
+
5
9
## v3.2.0 - 2023-03-12
6
10
7
11
Added options for ` db:truncate ` command.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Here we will share some useful Laravel additions we need in our daily work.
16
16
- [ ` fromToday ` ] ( #fromtoday-fromyesterday )
17
17
- [ ` fromYesterday ` ] ( #fromtoday-fromyesterday )
18
18
- [ ` RefreshDatabaseFast ` ] ( #refreshdatabasefast )
19
- -
19
+
20
20
### Commands
21
21
22
22
- [ ` db:truncate ` ] ( #dbtruncate )
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- use LaracraftTech \LaravelUsefulAdditions \Traits \RefreshDatabaseFast ;
4
3
use LaracraftTech \LaravelUsefulAdditions \Tests \TestCase ;
4
+ use LaracraftTech \LaravelUsefulAdditions \Traits \RefreshDatabaseFast ;
5
5
6
6
uses (RefreshDatabaseFast::class);
7
7
You can’t perform that action at this time.
0 commit comments