Skip to content

Commit

Permalink
Fix datasource template, fixes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-e committed Feb 10, 2018
1 parent b561620 commit 8ef081a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blueprints.datasource.tpl
Expand Up @@ -3,7 +3,7 @@
require_once(EXTENSIONS . '/storage/data-sources/datasource.storage.php');

Class datasource<!-- CLASS NAME --> extends StorageDatasource {
{
public $dsParamROOTELEMENT = '%s';
public $dsParamPARAMS = %d;
public $dsParamGROUPS = array(
Expand Down

0 comments on commit 8ef081a

Please sign in to comment.