- Try to fix problems with phpC(dis)I

- Changed permissions in dump.sql
This commit is contained in:
paolo
2016-07-07 17:15:30 +02:00
parent 79230cd85d
commit 8fbc64bbff
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class DBTools extends FHC_Controller
$this->lang->load('seed');
// initiate faker
$this->faker = Faker\Factory::create();
$this->faker = \Faker\Factory::create();
// load any required models
//$this->load->model('person/Person_model');