We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ef4377 + c2dad2c commit ceb0aa1Copy full SHA for ceb0aa1
src/Davzie/LaravelBootstrap/Seeds/ExampleSettingsSeeder.php
@@ -13,7 +13,9 @@ public function run()
13
[
14
'key' => 'application_name',
15
'label' => 'Application Name',
16
- 'value' => Config::get('laravel-bootstrap::app.name')
+ 'value' => Config::get('laravel-bootstrap::app.name'),
17
+ 'created_at' => date('Y-m-d H:i:s'),
18
+ 'updated_at' => date('Y-m-d H:i:s')
19
]
20
];
21
DB::table('settings')->insert($types);
0 commit comments