Skip to content

Commit e874213

Browse files
committed
Add namespace and autoloading
1 parent f7ea08e commit e874213

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@
1212
"name": "Jordan Hall",
1313
"email": "[email protected]"
1414
}
15-
]
15+
],
16+
"autoload": {
17+
"psr-4": {
18+
"DivineOmega\\DatesTimezoneConversion\\": "src/"
19+
}
20+
}
1621
}

src/Traits/DatesTimezoneConversion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace App\Traits;
3+
namespace DivineOmega\DatesTimezoneConversion\Traits;
44

55
use Carbon\Carbon;
66
use Illuminate\Database\Eloquent\Model;

0 commit comments

Comments
 (0)