policies as $key => $value) { Gate::policy($key, $value); } } /** * {@inheritdoc} */ public function register() { // } /** * Get the policies defined on the provider. * * @return array */ public function policies() { return $this->policies; } }