Skip to content

Commit

Permalink
Merge branch 'main' of github.com:astrogoat/courses
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Http/Livewire/RegistrationServices/StripeCheckout/Courses/Form.php
  • Loading branch information
tonning committed Mar 13, 2023
2 parents 4c6eb02 + da4970d commit ee20aae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CoursesServiceProvider.php
Expand Up @@ -8,18 +8,17 @@
use Astrogoat\Courses\Models\Course;
use Astrogoat\Courses\Models\Participant;
use Astrogoat\Courses\Providers\EventServiceProvider;
use Astrogoat\Courses\Settings\CoursesSettings;
use Helix\Fabrick\Icon;
use Helix\Lego\Apps\App;
use Helix\Lego\LegoManager;
use Helix\Lego\Menus\Lego\Group;
use Helix\Lego\Menus\Lego\Link;
use Helix\Lego\Menus\Menu;
use Helix\Lego\Models\User;
use Laravel\Cashier\Cashier;
use Livewire\Livewire;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use Astrogoat\Courses\Settings\CoursesSettings;

class CoursesServiceProvider extends PackageServiceProvider
{
Expand All @@ -37,7 +36,8 @@ public function registerApp(App $app)
Participant::class,
])
->menu(function (Menu $menu) {
$menu->addToSection(Menu::MAIN_SECTIONS['PRIMARY'],
$menu->addToSection(
Menu::MAIN_SECTIONS['PRIMARY'],
Group::add(
'Courses',
[
Expand Down

0 comments on commit ee20aae

Please sign in to comment.