Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
import
Commits
b3c14cad
Commit
b3c14cad
authored
Dec 19, 2019
by
Laurent Lécluse
Browse files
Suppression de mauvaises références issues de OSE
Passage de services par les Factory obligatoire
parent
2abc0ceb
Pipeline
#6019
failed with stage
in 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenImport/Service/Traits/SourceServiceAwareTrait.php
View file @
b3c14cad
...
...
@@ -36,10 +36,6 @@ trait SourceServiceAwareTrait
*/
public
function
getServiceSource
()
:
SourceService
{
if
(
!
$this
->
serviceSource
){
$this
->
serviceSource
=
\
Application
::
$container
->
get
(
SourceService
::
class
);
}
return
$this
->
serviceSource
;
}
}
\ No newline at end of file
src/UnicaenImport/Service/Traits/TableServiceAwareTrait.php
View file @
b3c14cad
...
...
@@ -36,10 +36,6 @@ trait TableServiceAwareTrait
*/
public
function
getServiceTable
()
:
TableService
{
if
(
!
$this
->
serviceTable
){
$this
->
serviceTable
=
\
Application
::
$container
->
get
(
TableService
::
class
);
}
return
$this
->
serviceTable
;
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment