Skip to content

Commit 2c964a7

Browse files
committed
Merge branch 'main' of github.com:laracraft-tech/laravel-useful-additions into main
# Conflicts: # .github/workflows/fix-php-code-style-issues.yml
2 parents 5df6a78 + 58f274d commit 2c964a7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v3.3.0 - 2023-03-16
6+
7+
traits in their own directory
8+
59
## v3.2.0 - 2023-03-12
610

711
Added options for `db:truncate` command.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Here we will share some useful Laravel additions we need in our daily work.
1616
- [`fromToday`](#fromtoday-fromyesterday)
1717
- [`fromYesterday`](#fromtoday-fromyesterday)
1818
- [`RefreshDatabaseFast`](#refreshdatabasefast)
19-
-
19+
2020
### Commands
2121

2222
- [`db:truncate`](#dbtruncate)

tests/Pest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
use LaracraftTech\LaravelUsefulAdditions\Traits\RefreshDatabaseFast;
43
use LaracraftTech\LaravelUsefulAdditions\Tests\TestCase;
4+
use LaracraftTech\LaravelUsefulAdditions\Traits\RefreshDatabaseFast;
55

66
uses(RefreshDatabaseFast::class);
77

0 commit comments

Comments
 (0)