Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-02-14 10:27:06 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-02-14 10:27:06 +0300
commit62f58706115a5cd465aef08e41de82a7f8771dd8 (patch)
tree4c2a5b0d5a53316d2413121908be24a85011c5c7 /app/Factories/LinkFactory.php
parentd52b634913597d464eddc45bfd4668a9b648f257 (diff)
Fix LinkHelperTest to create new links on each test
Diffstat (limited to 'app/Factories/LinkFactory.php')
-rw-r--r--app/Factories/LinkFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Factories/LinkFactory.php b/app/Factories/LinkFactory.php
index 52cbb56..3a1edc5 100644
--- a/app/Factories/LinkFactory.php
+++ b/app/Factories/LinkFactory.php
@@ -20,7 +20,7 @@ class LinkFactory {
if ($secret_ending) {
$short_url .= '/' . $secret_ending;
}
-
+ return 'aaa';
return $short_url;
}