Skip to content

Commit

Permalink
move folder database to publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
akazorg committed Feb 6, 2018
1 parent 0a2fd5d commit f1efca1
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"Launcher\\BreadTemplates": "Launcher\\BreadTemplates\\BreadTemplatesFacade"
},
"migrations": [
"src/database/migrations"
"publishable/database/migrations"
],
"seeders": [
"src/database/seeds/DatabaseSeeder.php"
"publishable/database/seeds/DatabaseSeeder.php"
],
"unseeders": [
"src/database/unseeds/DatabaseUnseeder.php"
"publishable/database/unseeds/DatabaseUnseeder.php"
]
}
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f1efca1

Please sign in to comment.