Skip to content

Commit

Permalink
solved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Silabalkan committed Dec 2, 2024
2 parents 637063d + 5b8c4de commit bc8387e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ yarn-error.log
/.vscode
/.zed
.php-cs-fixer.cache


2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function boot(): void
},
]);
}
}
}
2 changes: 1 addition & 1 deletion resources/js/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ createInertiaApp({
progress: {
color: '#4B5563',
},
});
});
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
Route::delete('/profile', [ProfileController::class, 'destroy'])->name('profile.destroy');
});

require __DIR__.'/auth.php';
require __DIR__.'/auth.php';

0 comments on commit bc8387e

Please sign in to comment.