File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,18 @@ class Application extends Container
40
40
*/
41
41
protected $ deferredServices = [];
42
42
43
+ /**
44
+ * Array to store laravel service providers
45
+ *
46
+ * @var array
47
+ */
43
48
protected $ serviceProviders = [];
44
49
50
+ /**
51
+ * Array to store already loaded providers
52
+ *
53
+ * @var array
54
+ */
45
55
protected $ loadedProviders = [];
46
56
47
57
/**
@@ -51,7 +61,6 @@ class Application extends Container
51
61
*/
52
62
protected $ booted = false ;
53
63
54
-
55
64
/**
56
65
* Constructor method for the class.
57
66
*
Original file line number Diff line number Diff line change 27
27
<?php
28
28
if (isset ($ currentSprint )) {
29
29
if ($ currentSprint ->projectId == $ project ['id ' ]) {
30
- echo "selected " ;
31
- }else if ( session ("currentProject " ) == $ project ['id ' ]){
30
+ echo "selected " ;
31
+ }
32
+ }elseif ( session ("currentProject " ) == $ project ['id ' ]){
32
33
echo "selected " ;
33
34
}
34
35
?>
You can’t perform that action at this time.
0 commit comments