first commit
This commit is contained in:
		
							
								
								
									
										18
									
								
								app/Events/AdminMenuCreated.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								app/Events/AdminMenuCreated.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Events;
 | 
			
		||||
 | 
			
		||||
class AdminMenuCreated
 | 
			
		||||
{
 | 
			
		||||
    public $menu;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Create a new event instance.
 | 
			
		||||
     *
 | 
			
		||||
     * @param $menu
 | 
			
		||||
     */
 | 
			
		||||
    public function __construct($menu)
 | 
			
		||||
    {
 | 
			
		||||
        $this->menu = $menu;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										18
									
								
								app/Events/BillCreated.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								app/Events/BillCreated.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Events;
 | 
			
		||||
 | 
			
		||||
class BillCreated
 | 
			
		||||
{
 | 
			
		||||
    public $bill;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Create a new event instance.
 | 
			
		||||
     *
 | 
			
		||||
     * @param $bill
 | 
			
		||||
     */
 | 
			
		||||
    public function __construct($bill)
 | 
			
		||||
    {
 | 
			
		||||
        $this->bill = $bill;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										18
									
								
								app/Events/BillUpdated.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								app/Events/BillUpdated.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Events;
 | 
			
		||||
 | 
			
		||||
class BillUpdated
 | 
			
		||||
{
 | 
			
		||||
    public $bill;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Create a new event instance.
 | 
			
		||||
     *
 | 
			
		||||
     * @param $bill
 | 
			
		||||
     */
 | 
			
		||||
    public function __construct($bill)
 | 
			
		||||
    {
 | 
			
		||||
        $this->bill = $bill;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										18
									
								
								app/Events/CustomerMenuCreated.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								app/Events/CustomerMenuCreated.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Events;
 | 
			
		||||
 | 
			
		||||
class CustomerMenuCreated
 | 
			
		||||
{
 | 
			
		||||
    public $menu;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Create a new event instance.
 | 
			
		||||
     *
 | 
			
		||||
     * @param $menu
 | 
			
		||||
     */
 | 
			
		||||
    public function __construct($menu)
 | 
			
		||||
    {
 | 
			
		||||
        $this->menu = $menu;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										18
									
								
								app/Events/InvoiceCreated.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								app/Events/InvoiceCreated.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Events;
 | 
			
		||||
 | 
			
		||||
class InvoiceCreated
 | 
			
		||||
{
 | 
			
		||||
    public $invoice;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Create a new event instance.
 | 
			
		||||
     *
 | 
			
		||||
     * @param $invoice
 | 
			
		||||
     */
 | 
			
		||||
    public function __construct($invoice)
 | 
			
		||||
    {
 | 
			
		||||
        $this->invoice = $invoice;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										18
									
								
								app/Events/InvoicePrinting.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								app/Events/InvoicePrinting.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Events;
 | 
			
		||||
 | 
			
		||||
class InvoicePrinting
 | 
			
		||||
{
 | 
			
		||||
    public $invoice;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Create a new event instance.
 | 
			
		||||
     *
 | 
			
		||||
     * @param $invoice
 | 
			
		||||
     */
 | 
			
		||||
    public function __construct($invoice)
 | 
			
		||||
    {
 | 
			
		||||
        $this->invoice = $invoice;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										18
									
								
								app/Events/InvoiceUpdated.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								app/Events/InvoiceUpdated.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Events;
 | 
			
		||||
 | 
			
		||||
class InvoiceUpdated
 | 
			
		||||
{
 | 
			
		||||
    public $invoice;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Create a new event instance.
 | 
			
		||||
     *
 | 
			
		||||
     * @param $invoice
 | 
			
		||||
     */
 | 
			
		||||
    public function __construct($invoice)
 | 
			
		||||
    {
 | 
			
		||||
        $this->invoice = $invoice;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										18
									
								
								app/Events/PaymentGatewayListing.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								app/Events/PaymentGatewayListing.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Events;
 | 
			
		||||
 | 
			
		||||
class PaymentGatewayListing
 | 
			
		||||
{
 | 
			
		||||
    public $gateways;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Create a new event instance.
 | 
			
		||||
     *
 | 
			
		||||
     * @param $gateways
 | 
			
		||||
     */
 | 
			
		||||
    public function __construct($gateways)
 | 
			
		||||
    {
 | 
			
		||||
        $this->gateways = $gateways;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user