Skip to content

Commit

Permalink
Move assests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Kintanar committed May 24, 2018
1 parent 3ddada2 commit 2ff4806
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
"source": "https://github.com/laravelcebu/iTexMo-php"
},
"require": {
"php": "7.*"
"php": "7.*",
"illuminate/support": "5.6.*"
},
"require-dev": {
"laravel/laravel": "5.5.*"
"illuminate/support": "5.6.*"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Facades/SMSFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class TenancyFacade extends Facade
{
protected static function getFacadeAccessor()
{
return Itexmo::class;
return 'itexmo';
}
}

0 comments on commit 2ff4806

Please sign in to comment.