Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Moved template to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Dec 10, 2013
1 parent d7a9925 commit db41f4e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions library/Zepto/FileWriter/MarkdownWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

class MarkdownWriter extends \Zepto\FileWriter {

protected static $file_template = <<<MARKDOWN
public function __construct()
{
$this->file_template = <<<MARKDOWN
/*
Title: %s
Description: %s
Expand All @@ -22,10 +24,6 @@ class MarkdownWriter extends \Zepto\FileWriter {
%s
*/
MARKDOWN;

public function __construct()
{

}

// Seems to work, meh
Expand Down

0 comments on commit db41f4e

Please sign in to comment.