Skip to content

Commit

Permalink
Update GeoContentServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
NawrasBukhari authored Aug 10, 2023
1 parent acf563c commit 0a25bd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/GeoContentServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ class GeoContentServiceProvider extends PackageServiceProvider
{
public function configurePackage(Package $package): void
{
Blade::directive('country', function ($methodName, $data) {
return "<?php echo \NawrasBukhari\GeoContent\Facades\GeoContent::$methodName($data); ?>";
});

$package
->name('geo-content')
->publishesServiceProvider(GeoContentServiceProvider::class)
Expand Down

0 comments on commit 0a25bd5

Please sign in to comment.