1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-06-10 23:33:15 +02:00

Move the response array logic into classes.

This commit is contained in:
Anthony Birkett
2021-05-31 18:52:56 +01:00
parent 96a875c881
commit 5d54dc8929
14 changed files with 383 additions and 207 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ require_once __DIR__ . '/../vendor/autoload.php';
use xPaw\SourceQuery\SourceQueryFactory;
// For the sake of this example
// For the sake of this example.
header('Content-Type: text/plain');
header('X-Content-Type-Options: nosniff');