Skip to content

Commit

Permalink
Fix namespace of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jun 18, 2019
1 parent ab3133b commit 81f73fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use Kelunik\Builders\Builder;
namespace Kelunik\Builders;

function a(Builder $builder)
{
Expand Down

0 comments on commit 81f73fc

Please sign in to comment.