Pagekit\Installer\Package\PackageScripts::enable PHP 메소드

enable() 공개 메소드

Runs the script's enable hook.
public enable ( )
    public function enable()
    {
        $this->run($this->get('enable'));
    }