Fenos\Notifynder\Categories\CategoryRepository::__construct PHP Method

__construct() public method

public __construct ( NotificationCategory $categoryModel )
$categoryModel Fenos\Notifynder\Models\NotificationCategory
    public function __construct(NotificationCategory $categoryModel)
    {
        $this->categoryModel = $categoryModel;
    }