This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
cakephp
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fixed path to cake console executable.
ADmad
12 years ago
parent
fe82cea0f7
commit
f21fa8cc5b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
composer.json
+ 1
- 1
composer.json
View File
@@ -32,6 +32,6 @@
}
},
"bin": [
- "src/C
ake/C
onsole/cake"
+ "src/Console/cake"
]
}