Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Commit

Permalink
Closes #21, Closes #20, and fixes bug from discuss
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrneDev committed Mar 24, 2018
1 parent c3e347c commit 402db5d
Show file tree
Hide file tree
Showing 47 changed files with 14,279 additions and 946 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* file that was distributed with this source code.
*/

namespace Reflar\gamification;
namespace Reflar\Gamification;

use Illuminate\Contracts\Events\Dispatcher;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"autoload": {
"psr-4": {
"Reflar\\gamification\\": "src/"
"Reflar\\Gamification\\": "src/"
}
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion js/admin/Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var gulp = require('flarum-gulp');

gulp({
modules: {
'Reflar/gamification': [
'Reflar/Gamification': [
'../lib/**/*.js',
'src/**/*.js'
]
Expand Down
684 changes: 340 additions & 344 deletions js/admin/dist/extension.js

Large diffs are not rendered by default.

Loading

0 comments on commit 402db5d

Please sign in to comment.