Module::boot PHP Method

boot() public static method

called once when Post is first used
public static boot ( )
    public static function boot()
    {
        // there is some logic in this method, so don't forget this!
        parent::boot();
    }