Skip to content

Commit cda5723

Browse files
committed
Fixed path defined issue
1 parent 10bade7 commit cda5723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SqlSrvServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
namespace Julfiker\SqlSrv;
33

4-
use App\Connection\SqlServerConnection;
4+
use Julfiker\SqlSrv\Connection\SqlServerConnection;
55
use Illuminate\Database\Connection;
66
use Illuminate\Support\ServiceProvider;
77

0 commit comments

Comments
 (0)