mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Put ORM back in
This commit is contained in:
parent
12e3d4647f
commit
942b8d1b3c
|
@ -12,7 +12,9 @@ modules:
|
||||||
enabled:
|
enabled:
|
||||||
- WebDriver
|
- WebDriver
|
||||||
- \Helper\Acceptance
|
- \Helper\Acceptance
|
||||||
|
- Laravel5:
|
||||||
|
part: ORM
|
||||||
config:
|
config:
|
||||||
WebDriver:
|
WebDriver:
|
||||||
url: http://localhost:8000
|
url: 'http://localhost:8000'
|
||||||
browser: phantomjs
|
browser: 'phantomjs'
|
||||||
|
|
|
@ -12,8 +12,6 @@ modules:
|
||||||
enabled:
|
enabled:
|
||||||
- WebDriver
|
- WebDriver
|
||||||
- \Helper\Acceptance
|
- \Helper\Acceptance
|
||||||
- Laravel5:
|
|
||||||
part: ORM
|
|
||||||
config:
|
config:
|
||||||
WebDriver:
|
WebDriver:
|
||||||
url: 'http://localhost:8000'
|
url: 'http://localhost:8000'
|
||||||
|
|
Loading…
Reference in a new issue