Module::boot PHP 메소드

boot() 공개 정적인 메소드

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();
    }