Skip to content

Commit 270bb93

Browse files
committed
Create JDateTime.php
1 parent a064953 commit 270bb93

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Facades/JDateTime.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php namespace milad\jalali\Facades;
2+
3+
use Illuminate\Support\Facades\Facade;
4+
5+
class JDateTime extends Facade {
6+
7+
/**
8+
* Get the registered name of the component.
9+
*
10+
* @return string
11+
*/
12+
protected static function getFacadeAccessor() { return 'JDateTime'; }
13+
14+
}

0 commit comments

Comments
 (0)