App\Http\Controllers\TumblrController::__construct PHP 메소드

__construct() 공개 메소드

Initialize the Controller with necessary arguments
public __construct ( )
    public function __construct()
    {
        $this->tumblr = new Tumblr();
        // Set API key.
        $this->tumblr->setApiKey(env('TUMBLR_API_KEY'));
    }