first upload all files
This commit is contained in:
20
app/FleetCart.php
Normal file
20
app/FleetCart.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace FleetCart;
|
||||
|
||||
class FleetCart
|
||||
{
|
||||
/**
|
||||
* The FleetCart version.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '3.1.0';
|
||||
|
||||
/**
|
||||
* The envato item ID.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const ITEM_ID = '23014826';
|
||||
}
|
||||
Reference in New Issue
Block a user