Skip to content

Commit

Permalink
Merge pull request #52 from heera/requent-dev
Browse files Browse the repository at this point in the history
Requent dev
  • Loading branch information
heera authored Jun 26, 2017
2 parents 47739fe + d96b32b commit cc74224
Show file tree
Hide file tree
Showing 19 changed files with 450 additions and 428 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,15 @@
"classmap": [
"tests/TestCase.php"
]
},
"extra": {
"laravel": {
"providers": [
"Requent\\RequentServiceProvider"
],
"aliases": {
"Requent": "Requent\\Facade\\Requent"
}
}
}
}
2 changes: 1 addition & 1 deletion src/Requent/Config/requent.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
| by default unless you override it here by setting the value to false.
*/
'select_default_attributes' => true,
];
];
10 changes: 5 additions & 5 deletions src/Requent/Facade/Requent.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

class Requent extends Facade
{
public static function getFacadeAccessor()
{
return 'requent';
}
}
public static function getFacadeAccessor()
{
return 'requent';
}
}
Loading

0 comments on commit cc74224

Please sign in to comment.