Skip to content

Commit

Permalink
Update extension.driver.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kanduvisla committed Jul 4, 2013
1 parent 65ce182 commit eba6617
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions extension.driver.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
<?php
/**
* Created by Symphony Extension Developer.
* 2013-03-04
*/

class Extension_Published_checkbox extends Extension {

/**
Expand All @@ -17,9 +12,8 @@ public function about() {
'release-date' => '2013-03-04',
'author' => array(
array(
'name' => 'Giel Berkers',
'website' => 'http://www.gielberkers.com',
'email' => 'info@gielberkers.com'
'name' => 'Twisted Interactive',
'website' => 'http://www.twisted.nl'
)
)
);
Expand Down Expand Up @@ -75,4 +69,4 @@ public function update($previousVersion) {
}
}

}
}

0 comments on commit eba6617

Please sign in to comment.