Skip to content

Commit

Permalink
Set facade to manager.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 3, 2019
1 parent a218676 commit ba99aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Katsana.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class Katsana extends Facade
*/
protected static function getFacadeAccessor()
{
return 'katsana';
return 'katsana.manager';
}
}

0 comments on commit ba99aa0

Please sign in to comment.