diff --git a/phpxpress/Table.php b/phpxpress/Table.php index e33d813..4ba86da 100644 --- a/phpxpress/Table.php +++ b/phpxpress/Table.php @@ -1,7 +1,7 @@ dataSource = []; + return; + } if(isset($this-> dataSource)) throw new BadFunctionCallException("Cannot add datasource to a Table already having a datasource");