Skip to content

Commit

Permalink
fix code style and the problem with styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
RTLer committed Sep 11, 2016
1 parent dde6d4a commit ade7ee9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -40,7 +40,7 @@
"Moloquent\\": "src/"
},
"files" : [
"src/Moloquent/SupportClasses/Support.php"
"src/SupportClasses/Support.php"
]
},
"autoload-dev": {
Expand Down
Expand Up @@ -4,6 +4,6 @@

use Moloquent\Eloquent\Model as MoloquentModel;

class JenssegersModel extends MoloquentModel
class Model extends MoloquentModel
{
}
File renamed without changes.

0 comments on commit ade7ee9

Please sign in to comment.