Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 27, 2019
1 parent 35512ce commit 44740ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ConfigurationUrlParser.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
//
}

0 comments on commit 44740ce

Please sign in to comment.