Skip to content

Commit

Permalink
Fixes errors in some files
Browse files Browse the repository at this point in the history
Signed-off-by: Jhon <[email protected]>
  • Loading branch information
JhonathanLepidus committed Oct 18, 2024
1 parent 141ccb0 commit 5e364db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion classes/migrations/SchemaMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
use APP\plugins\generic\demographicData\classes\migrations\DefaultQuestionsCreator;

class SchemaMigration extends Migration
{
Expand Down
2 changes: 1 addition & 1 deletion upgrade.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE install SYSTEM "../../../lib/pkp/dtd/install.dtd">

<install version="0.0.0.8">
<install version="1.0.0.0">
</install>

0 comments on commit 5e364db

Please sign in to comment.