Skip to content

Commit 393063c

Browse files
Merge pull request #7 from lairg99/main
Added Macroable trait
2 parents 338dfd5 + 01ef285 commit 393063c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Timezone.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
use Carbon\CarbonTimeZone;
66
use Carbon\CarbonInterface;
77
use Illuminate\Support\Facades\Date;
8+
use Illuminate\Support\Traits\Macroable;
89

910
class Timezone
1011
{
12+
use Macroable;
13+
1114
/**
1215
* The app's current display & manipulation timezone
1316
*

0 commit comments

Comments
 (0)