REBELinBLUE\Deployer\Providers\UpdateServiceProvider::boot PHP Метод

boot() публичный Метод

Bootstrap the application services.
public boot ( )
    public function boot()
    {
        // Define a constant for the application version
        if (!defined('APP_VERSION')) {
            define('APP_VERSION', trim(file_get_contents(app_path('../VERSION'))));
        }
    }
UpdateServiceProvider