Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
amir9480 authored and StyleCIBot committed Aug 17, 2021
1 parent 8d58077 commit 712e034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/BasicTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ public function testFindBankByCardNumber()
public function testEloquentHelper()
{
Artisan::call('migrate');
$model = new class extends Model {
$model = new class extends Model
{
use EloquentHelper;

protected $casts = [
Expand Down

0 comments on commit 712e034

Please sign in to comment.