Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Σταύρος Παπαδάκης
gredu_labs
Commits
6390ca9e
Commit
6390ca9e
authored
Feb 11, 2016
by
Georgios Tsakalos
Browse files
remove not used code
parent
296f9812
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/schools/src/Service/StaffService.php
View file @
6390ca9e
...
...
@@ -38,9 +38,7 @@ class StaffService implements StaffServiceInterface
$$value
=
''
;
}
}
$school
=
$this
->
schoolService
->
getSchool
(
$teacher
[
'school_id'
]);
$teacher
->
school
=
$school
;
$id
=
R
::
store
(
$teacher
);
$id
=
R
::
store
(
$teacher
);
return
$id
;
}
...
...
Write
Preview
Markdown
is supported
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