File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2828use BigBlueButton \Parameters \GetRecordingsParameters ;
2929use BigBlueButton \Parameters \IsMeetingRunningParameters ;
3030use BigBlueButton \Parameters \PublishRecordingsParameters ;
31- use BigBlueButton \Util \EnvLoader ;
3231use BigBlueButton \Util \Fixtures ;
3332use BigBlueButton \Util \ParamsIterator ;
3433
Original file line number Diff line number Diff line change 1818 * with BigBlueButton; if not, see <https://www.gnu.org/licenses/>.
1919 */
2020
21- namespace BigBlueButton \ Util ;
21+ namespace BigBlueButton ;
2222
2323use Dotenv \Dotenv ;
2424
@@ -29,7 +29,7 @@ class EnvLoader
2929{
3030 public static function loadEnvironmentVariables (): void
3131 {
32- $ envPath = __DIR__ . DIRECTORY_SEPARATOR . '.. ' . DIRECTORY_SEPARATOR . ' .. ' . DIRECTORY_SEPARATOR ;
32+ $ envPath = __DIR__ . DIRECTORY_SEPARATOR . '.. ' . DIRECTORY_SEPARATOR ;
3333 $ envFileMain = '.env ' ;
3434 $ envFileLocal = '.env.local ' ;
3535
You can’t perform that action at this time.
0 commit comments