Skip to content

Commit

Permalink
Update and rename SmsirFacade.php to SmsirlaravelFacade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
IPeCompany authored Dec 10, 2018
1 parent f19921b commit 82e5f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SmsirFacade.php → src/SmsirlaravelFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
namespace ipecompany\smsirlaravel;
use Illuminate\Support\Facades\Facade;

class SmsirFacade extends Facade
class SmsirlaravelFacade extends Facade
{
protected static function getFacadeAccessor() {
return 'smsir';
return 'smsirlaravel';
}
}

0 comments on commit 82e5f50

Please sign in to comment.