Skip to content

Commit

Permalink
Merge pull request #13 from atk4/feature/testing-pr-integration
Browse files Browse the repository at this point in the history
Feature/testing pr integration
  • Loading branch information
romaninsh committed May 11, 2016
2 parents d5c00e5 + 02397fc commit 206e4be
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ class Model {
*/
public $connection;

private $field_class = 'atk4\data\Field';
//private $field_class = 'atk4\data\Field';

function __construct()
{
}

function init()
function init()
{
}

Expand All @@ -30,8 +30,4 @@ function addField()
{
}

function addCondition()
{
}

}

0 comments on commit 206e4be

Please sign in to comment.