Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Aug 31, 2024
1 parent 253652a commit 864b1d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion database/seeders/AdminSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AdminSeeder extends Seeder
public function run(): void
{
$user = User::create([
'name' => 'Admin',
'name' => 'Alfred',
'email' => env('ADMIN_EMAIL'),
'password' => bcrypt(env('ADMIN_PASSWORD'))]);

Expand Down
2 changes: 0 additions & 2 deletions resources/js/Pages/Campaigns/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import ActionMessage from "@/Components/ActionMessage.vue";
import InputLabel from "@/Components/InputLabel.vue";
import TextInput from "@/Components/TextInput.vue";
import InputError from "@/Components/InputError.vue";
import {p} from "../../../../public/build/assets/app-C-jvVWCI.js";
import SecondaryButton from "@/Components/SecondaryButton.vue";
const props = defineProps({
campaign: Object,
Expand Down

0 comments on commit 864b1d6

Please sign in to comment.