Add Document/Transaction/Contact types to the config
This commit is contained in:
		@@ -1,28 +0,0 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Events\Auth;
 | 
			
		||||
 | 
			
		||||
use App\Abstracts\Event;
 | 
			
		||||
 | 
			
		||||
class ApiPermissionsAssigning extends Event
 | 
			
		||||
{
 | 
			
		||||
    public $permission;
 | 
			
		||||
 | 
			
		||||
    public $table;
 | 
			
		||||
 | 
			
		||||
    public $type;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Create a new event instance.
 | 
			
		||||
     *
 | 
			
		||||
     * @param $permission
 | 
			
		||||
     * @param $table
 | 
			
		||||
     * @param $type
 | 
			
		||||
     */
 | 
			
		||||
    public function __construct($permission, $table, $type)
 | 
			
		||||
    {
 | 
			
		||||
        $this->permission = $permission;
 | 
			
		||||
        $this->table = $table;
 | 
			
		||||
        $this->type = $type;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user