Skip to content

Commit 7a3f60b

Browse files
committed
version 4.0.0
1 parent 6c531ee commit 7a3f60b

34 files changed

+2620
-1627
lines changed

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

+380-131
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

database_config.php Config/database_config.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
'mysql' => [
4848
'driver' => 'mysql',
4949
'host_name' => 'localhost',
50-
'db_name' => 'database_name',
51-
'db_user' => 'database_username',
52-
'db_password' => 'database_user_password'
50+
'db_name' => 'orm',
51+
'db_user' => 'homestead',
52+
'db_password' => 'secret'
5353
],
5454

5555
// PostgreSQL

0 commit comments

Comments
 (0)