Skip to content

Commit

Permalink
Dev Fixed importing surveys exported from LS3
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Sep 16, 2015
1 parent 4a5e97b commit 1a9586d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions application/helpers/import/importers/Import3_0.php
@@ -0,0 +1,21 @@
<?php
/**
* Created by PhpStorm.
* User: sam
* Date: 6/18/15
* Time: 1:45 PM
*/

namespace ls\import\importers;


use ls\import\BaseElementXmlImport;
use ls\import\BaseImport;

/**
* Class Import3_0
* @package ls\import\importers
*/
class Import3_0 extends Import182 {

}

0 comments on commit 1a9586d

Please sign in to comment.