Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
12 | public function run() |
||
13 | { |
||
14 | DB::table('users')->insert([ |
||
15 | 'name' => 'H5P Creator', |
||
16 | 'email' => '[email protected]', |
||
17 | 'password' => bcrypt('5447809'), |
||
18 | ]); |
||
21 |