Skip to content

Commit

Permalink
1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Jun 10, 2023
1 parent 2826328 commit abe09cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["mybizna", "setup manager"],
"homepage": "https://github.com/mybizna/setup",
"license": "LGPL-3.0-or-later",
"version": "1.0.29",
"version": "1.0.30",
"authors": [
{
"name": "Dedan Irungu",
Expand Down
2 changes: 1 addition & 1 deletion mybizna_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ kernel_file_path="app/Http/Kernel.php"
# Check if the file exists
if [[ -f "$kernel_file_path" ]]; then
# Remove the comment from the specified line
sed -i 's#// \\Laravel\\Sanctum\\Http\\Middleware\\EnsureFrontendRequestsAreStateful::class,#\Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class,#' "$kernel_file_path"
sed -i 's#// \\Laravel\\Sanctum\\Http\\Middleware\\EnsureFrontendRequestsAreStateful::class,#\\Laravel\\Sanctum\\Http\\Middleware\\EnsureFrontendRequestsAreStateful::class,#' "$kernel_file_path"

echo "Comment removed successfully."
else
Expand Down

0 comments on commit abe09cf

Please sign in to comment.