<?php

class Notications 
{
    
    // Notify Tournament Officates
    
    /*
     * Tournament Notification Work flow
     * 1.   Tournament Created
     * 2.   Squads Are Created According to the number of squads participating
     * 3.   When squad is assigned, Notify the team maneger that the his team has been added to the tournament (NOTIFICATION)
     * 4.   When the fixture is created and Squad is assigned, Notify the manager of the new fixture  (NOTIFICATION)
     */

    public  function SquadAddedToTournamnt($tid){
        
    }
    
}
