Skip to content

Commit

Permalink
Create MicroBus class
Browse files Browse the repository at this point in the history
  • Loading branch information
amranidev committed Nov 9, 2019
1 parent 4b189eb commit fb438ae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/MicroBus.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

namespace Amranidev\MicroBus;

/**
* Class MicroBus
*
* @package Amranidev\MicroBus
*/
class MicroBus
{
/**
* The Cashier library version.
*
* @var string
*/
const VERSION = '0.1.5';
}

0 comments on commit fb438ae

Please sign in to comment.