Skip to content

Commit

Permalink
Add Orchestra\Support\Facades\Tenanti.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Sep 18, 2015
1 parent 4ec80a2 commit bc783cd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Tenanti.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php namespace Orchestra\Support\Facades;

use Illuminate\Support\Facades\Facade;

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

0 comments on commit bc783cd

Please sign in to comment.