File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3
3
* Created by PhpStorm.
4
4
* User: nyinyilwin
5
5
* Date: 11/10/17
6
- * Time: 1:20 AM
6
+ * Time: 1:20 AM.
7
7
*/
8
8
9
9
namespace PhpJunior \LaravelVideoChat \Tests ;
10
10
11
-
12
11
use GrahamCampbell \TestBenchCore \ServiceProviderTrait ;
13
12
use PhpJunior \LaravelVideoChat \Services \Chat ;
14
13
@@ -20,4 +19,4 @@ public function testChatIsInjectable()
20
19
{
21
20
$ this ->assertIsInjectable (Chat::class);
22
21
}
23
- }
22
+ }
Original file line number Diff line number Diff line change 3
3
* Created by PhpStorm.
4
4
* User: nyinyilwin
5
5
* Date: 11/10/17
6
- * Time: 1:18 AM
6
+ * Time: 1:18 AM.
7
7
*/
8
8
9
9
namespace PhpJunior \LaravelVideoChat \Tests ;
@@ -24,4 +24,4 @@ protected function getServiceProviderClass($app)
24
24
{
25
25
return LaravelVideoChatServiceProvider::class;
26
26
}
27
- }
27
+ }
You can’t perform that action at this time.
0 commit comments