Skip to content

Commit

Permalink
Fixed path defined issue
Browse files Browse the repository at this point in the history
  • Loading branch information
julfiker committed Dec 12, 2022
1 parent 10bade7 commit cda5723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SqlSrvServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Julfiker\SqlSrv;

use App\Connection\SqlServerConnection;
use Julfiker\SqlSrv\Connection\SqlServerConnection;
use Illuminate\Database\Connection;
use Illuminate\Support\ServiceProvider;

Expand Down

0 comments on commit cda5723

Please sign in to comment.