This website works better with JavaScript
Home
Explore
Help
Sign In
seven
/
bot-28
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
u
Ken
1 week ago
parent
031cf3889f
commit
f86b6307ed
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
app/Models/Rebate.php
+ 1
- 1
app/Models/Rebate.php
View File
@@ -1,7 +1,7 @@
<?php
<?php
namespace App\Models;
namespace App\Models;
-
+
use \Carbon\Carbon;
class Rebate extends BaseModel
class Rebate extends BaseModel
{
{