first commit
This commit is contained in:
		
							
								
								
									
										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;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user