Skip to content

Commit

Permalink
Merge pull request #9 from AntoineAugusti/fix-case-facade
Browse files Browse the repository at this point in the history
Fix the name of the file for the Facade
  • Loading branch information
AntoineAugusti committed Apr 5, 2015
2 parents d410586 + 84f9355 commit 4fd9818
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Antoineaugusti/LaravelEasyrec/Facades/LaravelEasyrec.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php namespace Antoineaugusti\LaravelEasyrec\Facades;

use Illuminate\Support\Facades\Facade;

class LaravelEasyrec extends Facade
{
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor() { return 'laraveleasyrec'; }

}

0 comments on commit 4fd9818

Please sign in to comment.