Skip to content

Commit

Permalink
Move Menu driver under Builder namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Aug 19, 2024
1 parent 33e7188 commit cfca19e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Actions/Menu.php → app/Actions/Builder/Menu.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Actions;
namespace App\Actions\Builder;

use App\Actions\Builder\Menu\Navbar;
use App\Actions\Builder\Menu\Sidebar;
Expand Down
2 changes: 1 addition & 1 deletion support/menu.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use App\Actions\Menu;
use App\Actions\Builder\Menu;

if (! function_exists('menu')) {
function menu(string $builder)
Expand Down

0 comments on commit cfca19e

Please sign in to comment.