Fenos\Notifynder\Categories\CategoryRepository::__construct PHP Méthode

__construct() public méthode

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