From e802d5204b96d645ec3d40b81b4a8bdc6e0ee675 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 4 Nov 2019 23:31:31 +0100 Subject: refactor: switch to psr-4 autoloading --- app/class/Flywheel/Query.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/class/Flywheel/Query.php (limited to 'app/class/Flywheel/Query.php') diff --git a/app/class/Flywheel/Query.php b/app/class/Flywheel/Query.php new file mode 100644 index 0000000..f002080 --- /dev/null +++ b/app/class/Flywheel/Query.php @@ -0,0 +1,16 @@ +predicate = new Predicate(); + } +} -- cgit v1.2.3