From d145342126eb7c03b8269ea21647f09835b13ace Mon Sep 17 00:00:00 2001 From: bezhanSalleh Date: Wed, 14 Feb 2024 11:05:07 +0000 Subject: [PATCH] Fix styling --- src/Support/Utils.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Support/Utils.php b/src/Support/Utils.php index da55090..a0c6936 100644 --- a/src/Support/Utils.php +++ b/src/Support/Utils.php @@ -149,7 +149,6 @@ public static function getGeneratorOption(): string return (string) config('filament-shield.generator.option', 'policies_and_permissions'); } - public static function getGeneratorNamespace(): string { return (string) config('filament-shield.generator.namespace', 'Policies');