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

Commit

Permalink
Add IntlDateClass for easy using
Browse files Browse the repository at this point in the history
  • Loading branch information
meysampg committed Dec 4, 2017
1 parent 7a72a4b commit fa8d8d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions IntlDateClass.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace meysampg\intldate;

use meysampg\intldate\IntlDateTrait;

class IntlDateClass
{
use IntlDateTrait;
}

0 comments on commit fa8d8d5

Please sign in to comment.