Skip to content

Commit

Permalink
Merge branch 'main' of github.com:laracraft-tech/laravel-useful-addit…
Browse files Browse the repository at this point in the history
…ions into main

# Conflicts:
#	.github/workflows/fix-php-code-style-issues.yml
  • Loading branch information
Sairahcaz committed Apr 2, 2023
2 parents 5df6a78 + 58f274d commit 2c964a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v3.3.0 - 2023-03-16

traits in their own directory

## v3.2.0 - 2023-03-12

Added options for `db:truncate` command.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here we will share some useful Laravel additions we need in our daily work.
- [`fromToday`](#fromtoday-fromyesterday)
- [`fromYesterday`](#fromtoday-fromyesterday)
- [`RefreshDatabaseFast`](#refreshdatabasefast)
-

### Commands

- [`db:truncate`](#dbtruncate)
Expand Down
2 changes: 1 addition & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use LaracraftTech\LaravelUsefulAdditions\Traits\RefreshDatabaseFast;
use LaracraftTech\LaravelUsefulAdditions\Tests\TestCase;
use LaracraftTech\LaravelUsefulAdditions\Traits\RefreshDatabaseFast;

uses(RefreshDatabaseFast::class);

Expand Down

0 comments on commit 2c964a7

Please sign in to comment.