From 9acd61acaedbe5f0223f67f5e923fd43798ea5e6 Mon Sep 17 00:00:00 2001 From: Bayu Hendra Winata Date: Thu, 7 Jan 2021 04:31:38 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Permission.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Permission.php b/src/Permission.php index 55ec92d..0ba7d52 100644 --- a/src/Permission.php +++ b/src/Permission.php @@ -6,7 +6,7 @@ final class Permission { const MANAGE_INDONESIA = 'indonesia::manage-all'; - static function toArray() + public static function toArray() { return [self::MANAGE_INDONESIA]; }