Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
refactored demo
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Sep 11, 2014
1 parent 7944bab commit 18a71ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions demo/build.php
@@ -1,7 +1,7 @@
<?php

require_once 'vendor/autoload.php';
require_once 'ElasticSearch.php';
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/ElasticSearch.php';

use Entities\User;
use Entities\Email;
Expand Down
6 changes: 3 additions & 3 deletions demo/index.php
@@ -1,8 +1,8 @@
<?php

require_once 'vendor/autoload.php';
require_once 'ElasticSearch.php';
require_once 'Pagination/PagerFantaAdapter.php';
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/ElasticSearch.php';
require_once __DIR__ . '/Pagination/PagerfantaAdapter.php';

//Get the search manager
$sm = ElasticSearch::get();
Expand Down

0 comments on commit 18a71ae

Please sign in to comment.