Skip to content

Commit e5ed25b

Browse files
committed
Fix bug
1 parent f0f0cf6 commit e5ed25b

File tree

195 files changed

+4
-23336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+4
-23336
lines changed

Vuefront/Vuefront/ApiGraphql/composer.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

Vuefront/Vuefront/ApiGraphql/composer.lock

Lines changed: 0 additions & 65 deletions
This file was deleted.

Vuefront/Vuefront/ApiGraphql/model/startup/startup.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
require_once VF_DIR.'vendor/autoload.php';
3-
42
use GraphQL\Error\ClientAware;
53

64
require_once VF_SYSTEM_DIR.'engine/model.php';

Vuefront/Vuefront/ApiGraphql/resolver/startup/startup.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
require_once VF_DIR.'vendor/autoload.php';
32
require_once VF_SYSTEM_DIR.'engine/resolver.php';
43

54
use GraphQL\GraphQL;

Vuefront/Vuefront/ApiGraphql/system/startup.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22
define('DIR_PLUGIN', realpath(__DIR__.'/../').'/');
33

4-
require_once(DIR_PLUGIN . 'vendor/autoload.php');
54
require_once(DIR_PLUGIN . 'system/engine/action.php');
65
require_once(DIR_PLUGIN . 'system/engine/actionType.php');
76
require_once(DIR_PLUGIN . 'system/engine/type.php');

Vuefront/Vuefront/ApiGraphql/vendor/autoload.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)