Skip to content

Commit

Permalink
tighten up the ui
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed May 24, 2023
1 parent a263be3 commit 56943c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions app/Http/Middleware/HandleInertiaRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function version(Request $request): ?string
public function share(Request $request): array
{
$features = Feature::all();

return array_merge(parent::share($request), [
'features' => $features,
'app_name' => config('app.name'),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php

use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class CreateFeaturesTable extends Migration
{
Expand Down

0 comments on commit 56943c9

Please sign in to comment.