Skip to content

Commit

Permalink
Remove profile links from this package #52
Browse files Browse the repository at this point in the history
  • Loading branch information
drewroberts committed Mar 6, 2021
1 parent faff54b commit 57ac295
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 519 deletions.
33 changes: 0 additions & 33 deletions database/factories/ProfileLinkFactory.php

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions src/LocationsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
use Tipoff\Locations\Models\GmbHour;
use Tipoff\Locations\Models\Location;
use Tipoff\Locations\Models\Market;
use Tipoff\Locations\Models\ProfileLink;
use Tipoff\Locations\Policies\GmbDetailPolicy;
use Tipoff\Locations\Policies\GmbHourPolicy;
use Tipoff\Locations\Policies\LocationPolicy;
use Tipoff\Locations\Policies\MarketPolicy;
use Tipoff\Locations\Policies\ProfileLinkPolicy;
use Tipoff\Support\TipoffPackage;
use Tipoff\Support\TipoffServiceProvider;

Expand All @@ -28,7 +26,6 @@ public function configureTipoffPackage(TipoffPackage $package): void
GmbHour::class => GmbHourPolicy::class,
Location::class => LocationPolicy::class,
Market::class => MarketPolicy::class,
ProfileLink::class => ProfileLinkPolicy::class,
])
->hasNovaResources([
\Tipoff\Locations\Nova\Location::class,
Expand Down
37 changes: 0 additions & 37 deletions src/Models/ProfileLink.php

This file was deleted.

46 changes: 0 additions & 46 deletions src/Nova/Filters/GmbDetail.php

This file was deleted.

46 changes: 0 additions & 46 deletions src/Nova/Filters/GmbHour.php

This file was deleted.

46 changes: 0 additions & 46 deletions src/Nova/Filters/ProfileLink.php

This file was deleted.

81 changes: 0 additions & 81 deletions src/Nova/GmbDetail.php

This file was deleted.

Loading

0 comments on commit 57ac295

Please sign in to comment.