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