Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmatinasser authored and actions-user committed Feb 24, 2022
1 parent 5809ea4 commit 69a397b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Traits/Creator.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public function datetime()
{
$dt = new DateTime(date('Y-m-d H:i:s', $this->getTimestamp()));
$dt->setTimezone($this->getTimezone());

return $dt;
}

Expand Down
1 change: 0 additions & 1 deletion tests/CreatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use DateTimeZone;
use Hekmatinasser\Verta\Facades\Verta as VertaFacade;
use Hekmatinasser\Verta\Verta;
use Illuminate\Support\Facades\Date;
use PHPUnit\Framework\TestCase;

class CreatorTest extends TestCase
Expand Down

0 comments on commit 69a397b

Please sign in to comment.