mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 16:32:20 +00:00
- Try to fix problems with phpC(dis)I
- Changed permissions in dump.sql
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user