Skip to content

Commit 916c3af

Browse files
author
Riari
committed
Remove migrations directory from composer.json
1 parent 1a23e1f commit 916c3af

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"illuminate/support": "~5.0"
1515
},
1616
"autoload": {
17-
"classmap": [
18-
"src/migrations"
19-
],
2017
"psr-0": {
2118
"Riari\\Forum\\": "src/"
2219
}

src/Riari/Forum/ForumServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function boot()
4848
], 'lang');
4949

5050
$this->publishes([
51-
__DIR__.'/../../migrations/' => base_path('/database/migrations')
51+
__DIR__.'/../../migrations/' => database_path('migrations')
5252
], 'migrations');
5353

5454
// Load views

0 commit comments

Comments
 (0)